Searched defs:rhs (Results 1 – 4 of 4) sorted by relevance
30 ScopeGuard(ScopeGuard &&rhs) : func_(std::move(rhs.func)), active_(rhs.active_) in ScopeGuard() function
126 … const sptr<IRemoteObject>& rhs = OHOS::HDI::hdi_objcast<IAGnssCallback>(callBackIter->second); in SetAgnssCallback() local
200 … const sptr<IRemoteObject>& rhs = OHOS::HDI::hdi_objcast<IGnssCallback>(callBackIter->second); in EnableGnss() local
297 const sptr<IRemoteObject> &rhs = callbackRegistered->HandleCallbackDeath(); in Register() local