Home
last modified time | relevance | path

Searched refs:rhs (Results 1 - 10 of 10) sorted by relevance

/drivers/peripheral/intelligent_voice/utils/
H A Dscope_guard.h30 ScopeGuard(ScopeGuard &&rhs) : func_(std::move(rhs.func)), active_(rhs.active_) in ScopeGuard() argument
32 rhs.Disable(); in ScopeGuard()
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_layer.h67 HdiLayerBuffer(const HdiLayerBuffer &rhs);
68 HdiLayerBuffer& operator=(const HdiLayerBuffer &rhs);
203 bool operator () (const HdiLayer *lhs, const HdiLayer *rhs) const in operator ()()
205 if (lhs == nullptr || rhs == nullptr) { in operator ()()
206 return (lhs == nullptr) && (rhs == nullptr); in operator ()()
208 return lhs->GetZorder() < rhs->GetZorder(); in operator ()()
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcode_emitter.h33 bool operator()(const HeaderFile &lhs, const HeaderFile &rhs) const in operator ()()
35 int compareRet = lhs.fileName_.compare(rhs.fileName_); in operator ()()
40 if (lhs.type_ != rhs.type_) { in operator ()()
41 return lhs.type_ < rhs.type_; in operator ()()
/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_layer.h186 bool operator () (const HdiLayer *lhs, const HdiLayer *rhs) const in operator ()()
188 if (lhs == nullptr || rhs == nullptr) { in operator ()()
189 return (lhs == nullptr) && (rhs == nullptr); in operator ()()
191 return lhs->GetZorder() < rhs->GetZorder(); in operator ()()
/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H A Dtoken.h105 bool operator()(const Token &lhs, const Token &rhs) const in operator ()()
107 return lhs.kind > rhs.kind; in operator ()()
/drivers/external_device_manager/services/native/driver_extension_manager/include/device_manager/
H A Ddevice.h125 bool operator()(const sptr<IDriverExtMgrCallback> &lhs, const sptr<IDriverExtMgrCallback> &rhs) const in operator ()()
128 sptr<IRemoteObject> rhsRemote = rhs->AsObject(); in operator ()()
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.h31 bool operator()(const AutoPtr<AST> &lhs, const AutoPtr<AST> &rhs) const in operator ()()
33 return lhs->GetMinorVer() < rhs->GetMinorVer(); in operator ()()
/drivers/peripheral/location/agnss/hdi_service/
H A Dagnss_interface_impl.cpp132 const sptr<IRemoteObject>& rhs = OHOS::HDI::hdi_objcast<IAGnssCallback>(callBackIter->second); in SetAgnssCallback() local
133 return lhs == rhs ? HDF_SUCCESS : HDF_FAILURE; in SetAgnssCallback()
/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.cpp488 const sptr<IRemoteObject> &rhs = OHOS::HDI::hdi_objcast<ISensorCallback>(callbackRegistered); in AddCallbackMap()
489 return lhs == rhs; in AddCallbackMap()
523 const sptr<IRemoteObject> &rhs = OHOS::HDI::hdi_objcast<ISensorCallback>(callbackRegistered); in RemoveCallbackMap()
524 return lhs == rhs; in RemoveCallbackMap()
/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.cpp274 const sptr<IRemoteObject> &rhs = callbackRegistered->HandleCallbackDeath(); in Register()
275 return lhs == rhs; in Register()

Completed in 6 milliseconds