Home
last modified time | relevance | path

Searched refs:WatchParameter (Results 1 - 18 of 18) sorted by relevance

/base/telephony/cellular_data/services/src/apn_manager/
H A Dconnection_retry_policy.cpp56 WatchParameter(PROP_RETRY_STRATEGY_ALLOW, OnPropChanged, this); in ConnectionRetryPolicy()
57 WatchParameter(PROP_SETUP_FAIL_DELAY, OnPropChanged, this); in ConnectionRetryPolicy()
58 WatchParameter(PROP_MODEM_DEND_DELAY, OnPropChanged, this); in ConnectionRetryPolicy()
/base/inputmethod/imf/services/adapter/system_language_observer/src/
H A Dsystem_language_observer.cpp33 auto errNo = WatchParameter(SYSTEM_LANGUAGE_KEY, OnChange, nullptr); in Watch()
/base/startup/init/test/fuzztest/watchparameter_fuzzer/
H A Dwatchparameter_fuzzer.cpp35 if (!WatchParameter(str.c_str(), HandleParamChange, NULL)) { in FuzzWatchParameter()
/base/powermgr/power_manager/utils/param/src/
H A Dsysparam.cpp26 int32_t ret = WatchParameter( in RegisterBootCompletedCallback()
/base/startup/init/interfaces/innerkits/include/syspara/
H A Dparameter.h107 int WatchParameter(const char *keyPrefix, ParameterChgPtr callback, void *context);
/base/startup/init/interfaces/innerkits/service_watcher/
H A Dservice_watcher.c73 int WatchParameter(const char *keyprefix, ParameterChgPtr callback, void *context) in WatchParameter() function
83 BEGET_CHECK_ONLY_ELOG(ret == 0, "WatchParameter failed! the errNum is %d", ret); in WatchParameter()
/base/startup/init/test/unittest/param/
H A Dwatcher_agent_unittest.cpp285 WatchParameter("testParam", nullptr, nullptr); in HWTEST_F()
286 WatchParameter(nullptr, nullptr, nullptr); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/
H A Dmock_parameter_ex.cpp64 return WatchParameter(keyPrefix, callback, context); in WatchParamChange()
/base/location/frameworks/native/locator_sdk/source/
H A Dlocation_data_manager.cpp169 int ret = WatchParameter(LOCATION_SWITCH_MODE, eventCallback, nullptr); in RegisterLocationSwitchObserver()
171 LBSLOGE(LOCATOR, "WatchParameter fail"); in RegisterLocationSwitchObserver()
H A Dcountry_code_manager.cpp306 int ret = WatchParameter(LOCALE_KEY, eventCallback, nullptr); in SubscribeLocaleConfigEvent()
308 LBSLOGD(COUNTRY_CODE, "WatchParameter fail"); in SubscribeLocaleConfigEvent()
/base/hiviewdfx/hiview/base/utility/
H A Dparameter_ex.cpp60 return WatchParameter(keyPrefix, callback, context); in WatchParamChange()
/base/telephony/call_manager/services/call/src/
H A Dcall_superprivacy_control_manager.cpp35 int32_t ret = WatchParameter(SUPER_PRIVACY_MODE_PARAM_KEYS, ParamChangeCallback, nullptr); in RegisterSuperPrivacyMode()
/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Ddriver_manager.cpp184 int32_t ret = WatchParameter(IAM_EVENT_KEY, eventCallback, nullptr); in SubscribeFrameworkReadyEvent()
186 IAM_LOGE("WatchParameter fail"); in SubscribeFrameworkReadyEvent()
/base/startup/init/interfaces/kits/jskits/src/
H A Dnative_parameters_watch.cpp316 WatchParameter(watcher->keyPrefix, nullptr, nullptr);
349 ret = WatchParameter(watcher->keyPrefix, nullptr, watcher);
473 int status = WatchParameter(worker->watcher->keyPrefix,
/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp247 auto errNo = WatchParameter(item.first.c_str(), SystemPropertiesChangeCallback, nullptr); in AddAllSysPropWatchers()
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp152 if (WatchParameter(TEST_TYPE_PARAM_KEY, ParameterWatchCallback, this) != 0) { in OnLoad()
/base/startup/init/test/moduletest/
H A Dsyspara_moduleTest.cpp119 int ret = WatchParameter("test.param.watcher.test1", TestParameterChange, reinterpret_cast<void *>(index)); in TestParameterWatchChange()
/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp2093 int ret = WatchParameter(LOCATION_SWITCH_MODE, eventCallback, nullptr); in WatchSwitchParameter()
2095 LBSLOGE(LOCATOR, "WatchParameter fail"); in WatchSwitchParameter()

Completed in 21 milliseconds