Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_param_collect.cpp30 static void DeviceParamCallback(const char* key, const char* value, void* context) in DeviceParamCallback() function
91 int32_t result = WatchParameter(param.c_str(), DeviceParamCallback, this); in WatchParameters()
109 int32_t result = WatchParameter(event.name.c_str(), DeviceParamCallback, this); in AddCollectEvent()