Home
last modified time | relevance | path

Searched defs:rhs (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/intelligent_voice/utils/
Dscope_guard.h30 ScopeGuard(ScopeGuard &&rhs) : func_(std::move(rhs.func)), active_(rhs.active_) in ScopeGuard() function
/drivers/peripheral/sensor/hdi_service/
Dsensor_if_service.cpp458 … const sptr<IRemoteObject> &rhs = OHOS::HDI::hdi_objcast<ISensorCallback>(callbackRegistered); in AddCallbackMap() local
493 … const sptr<IRemoteObject> &rhs = OHOS::HDI::hdi_objcast<ISensorCallback>(callbackRegistered); in RemoveCallbackMap() local
/drivers/peripheral/location/agnss/hdi_service/
Dagnss_interface_impl.cpp132 … const sptr<IRemoteObject>& rhs = OHOS::HDI::hdi_objcast<IAGnssCallback>(callBackIter->second); in SetAgnssCallback() local
/drivers/peripheral/sensor/hdi_impl/
Dsensor_impl.cpp274 const sptr<IRemoteObject> &rhs = callbackRegistered->HandleCallbackDeath(); in Register() local