From a653c33940226d1fdc1c89f26234eb0f02c518d7 Mon Sep 17 00:00:00 2001 From: w30042960 Date: Wed, 27 Mar 2024 20:38:47 +0800 Subject: [PATCH] modify time Signed-off-by: w30042960 --- .../include/componentmanager/component_privacy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/distributedhardwarefwkservice/include/componentmanager/component_privacy.h b/services/distributedhardwarefwkservice/include/componentmanager/component_privacy.h index 9d707474..7af73f81 100644 --- a/services/distributedhardwarefwkservice/include/componentmanager/component_privacy.h +++ b/services/distributedhardwarefwkservice/include/componentmanager/component_privacy.h @@ -25,7 +25,7 @@ const std::string PRIVACY_SUBTYPE = "subtype"; const std::string PRIVACY_NETWORKID = "networkId"; constexpr uint32_t COMP_START_PAGE = 1; constexpr uint32_t COMP_STOP_PAGE = 2; -constexpr uint32_t COMP_PRIVACY_DELAY_TIME = 1000; // million seconds +constexpr uint32_t COMP_PRIVACY_DELAY_TIME = 200; // million seconds class ComponentPrivacy : public PrivacyResourcesListener { public: ComponentPrivacy(); -- Gitee