Home
last modified time | relevance | path

Searched refs:RemoveParameterWatcher (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/startup/init/test/unittest/param/
H A Dwatcher_agent_unittest.cpp70 ret = RemoveParameterWatcher("test.permission.watcher.test1", in TestAddWatcher0()
82 ret = RemoveParameterWatcher("test.permission.watcher.test1", nullptr, nullptr); in TestAddWatcher0()
114 ret = RemoveParameterWatcher("test.permission.watcher.test1", in TestAddWatcher()
117 ret = RemoveParameterWatcher("test.permission.watcher.test1", in TestAddWatcher()
121 ret = RemoveParameterWatcher("test.permission.watcher.test1", in TestAddWatcher()
125 ret = RemoveParameterWatcher("test.permission.watcher.test1", in TestAddWatcher()
293 ret = RemoveParameterWatcher(nullptr, nullptr, nullptr);
/ohos5.0/base/startup/init/test/moduletest/
H A Dparam_test_cmds.c112 RemoveParameterWatcher(key, HandleParamChange2, (void *)index); in HandleParamChange2()
119 RemoveParameterWatcher(key, HandleParamChange2, (void *)index); in HandleParamChange2()
126 RemoveParameterWatcher(key, HandleParamChange2, (void *)index); in HandleParamChange2()
157 int ret = RemoveParameterWatcher(context->name, HandleParamChange2, (void *)i); in CmdThreadWatcher()
H A Dsyspara_moduleTest.cpp122 …ret = RemoveParameterWatcher("test.param.watcher.test1", TestParameterChange, reinterpret_cast<voi… in TestParameterWatchChange()
/ohos5.0/base/startup/init/test/fuzztest/removeparameterwatcher_fuzzer/
H A Dremoveparameterwatcher_fuzzer.cpp35 if (!RemoveParameterWatcher(str.c_str(), HandleParamChange, NULL)) { in FuzzRemoveParameterWatcher()
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/utils/
H A Dedm_parameter_utils.cpp60 int ret = RemoveParameterWatcher(key, nullptr, nullptr); in UnRegisterEdmParameterChangeEvent()
/ohos5.0/base/startup/init/interfaces/innerkits/
H A Dlibbeget_proxy.versionscript21 RemoveParameterWatcher;
/ohos5.0/base/startup/init/interfaces/innerkits/include/syspara/
H A Dparameter.h123 int RemoveParameterWatcher(const char *keyPrefix, ParameterChgPtr callback, void *context);
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dsystem_param_manager.cpp91 int32_t ret = RemoveParameterWatcher(IAM_ENABLE_FINGERPRINT_PARAM, ParameterChange, nullptr); in OnRemoveSystemAbility()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_param_collect.cpp121 int32_t result = RemoveParameterWatcher(event.name.c_str(), nullptr, nullptr); in RemoveUnusedEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/
H A Dmock_parameter_ex.cpp69 return RemoveParameterWatcher(keyPrefix, callback, context); in RemoveParamWatcher()
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp254 auto errNo = RemoveParameterWatcher(item.first.c_str(), nullptr, nullptr); in RemoveAllSysPropWatchers()
/ohos5.0/base/startup/init/services/param/watcher/agent/
H A Dwatcher_manager_kits.cpp350 int RemoveParameterWatcher(const char *keyPrefix, ParameterChgPtr callback, void *context) in RemoveParameterWatcher() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp777 RemoveParameterWatcher(key, callback, context); in RemoveWatchSystemParameter()