Home
last modified time | relevance | path

Searched refs:PARAM_WATCHER_DISTRIBUTED_SERVICE_ID (Results 1 – 3 of 3) sorted by relevance

/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
Ddevice_param_collect.cpp29 constexpr int32_t PARAM_WATCHER_DISTRIBUTED_SERVICE_ID = 3901; variable
76 … SystemAbilityManager::GetInstance()->SubscribeSystemAbility(PARAM_WATCHER_DISTRIBUTED_SERVICE_ID, in OnStart()
113 case PARAM_WATCHER_DISTRIBUTED_SERVICE_ID: in OnAddSystemAbility()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
Ddevice_param_collect_test.cpp131 EXPECT_NE(-1, PARAM_WATCHER_DISTRIBUTED_SERVICE_ID);
147 statusChangeListener->OnAddSystemAbility(PARAM_WATCHER_DISTRIBUTED_SERVICE_ID, "");
148 EXPECT_NE(-1, PARAM_WATCHER_DISTRIBUTED_SERVICE_ID);
165 statusChangeListener->OnAddSystemAbility(PARAM_WATCHER_DISTRIBUTED_SERVICE_ID, "");
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
Dsystem_ability_definition.h233 PARAM_WATCHER_DISTRIBUTED_SERVICE_ID = 3901, enumerator
459 { PARAM_WATCHER_DISTRIBUTED_SERVICE_ID, "ParamWatcher" },