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/location/agnss/hdi_service/
Dagnss_interface_impl.cpp126 … const sptr<IRemoteObject>& rhs = OHOS::HDI::hdi_objcast<IAGnssCallback>(callBackIter->second); in SetAgnssCallback() local
/drivers/peripheral/location/gnss/hdi_service/
Dgnss_interface_impl.cpp200 … const sptr<IRemoteObject>& rhs = OHOS::HDI::hdi_objcast<IGnssCallback>(callBackIter->second); in EnableGnss() local
/drivers/peripheral/sensor/hdi_impl/
Dsensor_impl.cpp297 const sptr<IRemoteObject> &rhs = callbackRegistered->HandleCallbackDeath(); in Register() local