Home
last modified time | relevance | path

Searched refs:WatchParameter (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/boot_event/
H A Dlnn_boot_event_monitor.cpp54 int32_t ret = WatchParameter(BOOTEVENT_ACCOUNT_READY, AccountBootEventCb, NULL); in LnnInitBootEventMonitorImpl()
63 int32_t ret = WatchParameter(BOOTEVENT_ACCOUNT_READY, handle, NULL); in LnnSubscribeAccountBootEvent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_overdraw_controller.cpp90 WatchParameter(SWITCH_TEXT, SwitchFunction, this); in RSOverdrawController()
91 WatchParameter(COLOR_TEXT, OnColorChange, this); in RSOverdrawController()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_param_collect.cpp91 int32_t result = WatchParameter(param.c_str(), DeviceParamCallback, this); in WatchParameters()
109 int32_t result = WatchParameter(event.name.c_str(), DeviceParamCallback, this); in AddCollectEvent()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dparameter.h30 int WatchParameter(const char *keyprefix, ParameterChgPtr callback, void *context);
H A Dparameter.cpp34 int WatchParameter(const char *keyprefix, ParameterChgPtr callback, void *context) in WatchParameter() function
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_parameter.c38 int WatchParameter(const char *keyprefix, ParameterChgPtr callback, void *context) in WatchParameter() function
/ohos5.0/base/startup/init/test/fuzztest/watchparameter_fuzzer/
H A Dwatchparameter_fuzzer.cpp35 if (!WatchParameter(str.c_str(), HandleParamChange, NULL)) { in FuzzWatchParameter()
/ohos5.0/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()
/ohos5.0/base/powermgr/power_manager/utils/param/src/
H A Dsysparam.cpp26 int32_t ret = WatchParameter( in RegisterBootCompletedCallback()
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_dfx.cpp435 WatchParameter(THERMAL_LOG_ENABLE.c_str(), InfoChangedCallback, nullptr); in Init()
436 WatchParameter(THERMAL_LOG_WIDTH.c_str(), InfoChangedCallback, nullptr); in Init()
437 int32_t code = WatchParameter(THERMAL_LOG_INTERVAL.c_str(), InfoChangedCallback, nullptr); in Init()
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/utils/
H A Dedm_parameter_utils.cpp50 int ret = WatchParameter(key, callback, context); in RegisterEdmParameterChangeEvent()
/ohos5.0/base/startup/init/interfaces/innerkits/
H A Dlibbeget_proxy.versionscript20 WatchParameter;
/ohos5.0/base/startup/init/interfaces/innerkits/include/syspara/
H A Dparameter.h107 int WatchParameter(const char *keyPrefix, ParameterChgPtr callback, void *context);
/ohos5.0/base/startup/init/interfaces/innerkits/service_watcher/
H A Dservice_watcher.c73 int WatchParameter(const char *keyprefix, ParameterChgPtr callback, void *context) in WatchParameter() function
/ohos5.0/base/startup/init/test/unittest/param/
H A Dwatcher_agent_unittest.cpp285 WatchParameter("testParam", nullptr, nullptr);
286 WatchParameter(nullptr, nullptr, nullptr);
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dsystem_param_manager.cpp77 int32_t ret = WatchParameter(IAM_ENABLE_FINGERPRINT_PARAM, ParameterChange, nullptr); in OnAddSystemAbility()
/ohos5.0/base/startup/init/interfaces/kits/jskits/src/
H A Dnative_parameters_watch.cpp316 WatchParameter(watcher->keyPrefix, nullptr, nullptr); in ParamWatchConstructor()
349 ret = WatchParameter(watcher->keyPrefix, nullptr, watcher); in GetWatcher()
473 int status = WatchParameter(worker->watcher->keyPrefix, in WatchCallbackWork()
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocation_data_manager.cpp169 int ret = WatchParameter(LOCATION_SWITCH_MODE, eventCallback, nullptr); in RegisterLocationSwitchObserver()
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dparameter_ex.cpp61 return WatchParameter(keyPrefix, callback, context); in WatchParamChange()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/
H A Dmock_parameter_ex.cpp64 return WatchParameter(keyPrefix, callback, context); in WatchParamChange()
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_superprivacy_control_manager.cpp34 int32_t ret = WatchParameter(SUPER_PRIVACY_MODE_PARAM_KEYS, ParamChangeCallback, nullptr); in RegisterSuperPrivacyMode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/
H A Dframe_collector.cpp186 WatchParameter(switchRenderingText, SwitchFunction, this); in FrameCollector()
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp585 WatchParameter(ANIMATION_SCALE_KEY, OnAnimationScaleChanged, nullptr); in InitDeviceInfo()
771 WatchParameter(key, callback, context); in AddWatchSystemParameter()
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp241 auto errNo = WatchParameter(item.first.c_str(), SystemPropertiesChangeCallback, nullptr); in AddAllSysPropWatchers()

12