Home
last modified time | relevance | path

Searched refs:remoteObjects_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp180 if (remoteObjects_.find(saId) != remoteObjects_.end()) { in GetRemoteObject()
182 return remoteObjects_[saId]; in GetRemoteObject()
202 remoteObjects_[saId] = remoteObject; in AddRemoteObject()
208 remoteObjects_.erase(saId); in RemoveRemoteObject()
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp303 remoteObjects_.emplace(descriptor, object); in TestRegisterRemoteStub()
313 remoteObjects_.erase(descriptor); in TestUnRegisterRemoteStub()
322 auto data = remoteObjects_.find(descriptor); in TestQueryRemoteProxy()
323 if (data != remoteObjects_.end()) { in TestQueryRemoteProxy()
/ohos5.0/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_context.h91 std::unordered_map<int32_t, sptr<IRemoteObject>> remoteObjects_; variable
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_service.h62 std::map<std::string, sptr<IRemoteObject>> remoteObjects_; variable