Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.h60 …int32_t RemoveCallbackMap(int32_t groupId, int serviceId, const sptr<ISensorCallback> &callbackObj…
H A Dsensor_if_service.cpp412 int32_t result = RemoveCallbackMap(groupId, serviceId, callbackObj); in Unregister()
479 int32_t SensorIfService::RemoveCallbackMap(int32_t groupId, int serviceId, const sptr<ISensorCallba… in RemoveCallbackMap() function in OHOS::HDI::Sensor::V2_0::SensorIfService
596 int32_t ret = RemoveCallbackMap(groupId, serviceId, *callBackIter); in OnRemoteDied()