/ohos5.0/foundation/distributeddatamgr/kv_store/test/distributedtest/single_kvstore_client/ |
H A D | distributed_test.cpp | 41 Status GetRemote(const Key &key, Value &value); 130 Status DistributedTest::GetRemote(const Key &key, Value &value) in GetRemote() function in OHOS::Test::DistributedTest 214 status = GetRemote(key, valueRemote); 243 status = GetRemote(key, valueRemote);
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_observer_record.cpp | 198 if (iter.IsFollowEvents(eventId) && iter.GetRemote() != nullptr) { in HandleFormEvent() 225 … recordInner.BindHostBundle(), formEventType, recordInner.GetRemote(), runningFormInfo); in NotifyFormEvent() 304 SetDeathRecipient(recordInner.GetRemote(), deathRecipient); in SetFormEventObserverLocked() 316 SetDeathRecipient(recordInner.GetRemote(), deathRecipient); in SetFormEventObserverLocked() 366 return object == item.GetRemote(); in ClearDeathRemoteObserver()
|
/ohos5.0/base/security/security_guard/services/security_collector/src/ |
H A D | security_collector_subscriber_manager.cpp | 90 [remote] (const auto &subscriber) { return subscriber->GetRemote() == remote; }); in FindEventIds() 105 [remote] (const auto &d) { return d->GetRemote() == remote; }); in FindSecurityCollectorSubscribers() 149 auto remote = subscriber->GetRemote(); in SubscribeCollector()
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_observer_record.h | 46 sptr<IRemoteObject> GetRemote() const in GetRemote() function 68 return (remote_ == other.GetRemote() && bindHostBundle == other.BindHostBundle());
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_manager_interface_impl.cpp | 175 sptr<IRemoteObject> remote = GetRemote(adpName); in AddAudioDevice() 204 sptr<IRemoteObject> remote = GetRemote(adpName); in RemoveAudioDevice() 311 sptr<IRemoteObject> AudioManagerInterfaceImpl::GetRemote(const std::string &adpName) in GetRemote() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioManagerInterfaceImpl
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avcontrollercallbackproxy_fuzzer/ |
H A D | avcontroller_callbackproxy_fuzzer.h | 27 sptr<IRemoteObject> GetRemote() in GetRemote() function
|
H A D | avcontroller_callbackproxy_fuzzer.cpp | 60 auto remote = avControllerCallbackProxy->GetRemote(); in FuzzSendRequest()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessioncallbackproxy_fuzzer/ |
H A D | avsession_callback_proxy_fuzzer.h | 26 sptr<IRemoteObject> GetRemote() in GetRemote() function
|
H A D | avsession_callback_proxy_fuzzer.cpp | 59 auto remote = avSessionCallbackProxy->GetRemote(); in FuzzSendRequest()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/sessionlistenerproxy_fuzzer/ |
H A D | session_listenerproxy_fuzzer.h | 25 sptr<IRemoteObject> GetRemote() in GetRemote() function
|
H A D | session_listenerproxy_fuzzer.cpp | 49 auto remote = sessionListenerProxy->GetRemote(); in FuzzSendRequest()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/ |
H A D | avsessionservice_fuzzer.h | 26 sptr<IRemoteObject> GetRemote() in GetRemote() function
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionproxy_fuzzer/ |
H A D | avsessionproxy_fuzzer.h | 27 sptr<IRemoteObject> GetRemote() in GetRemote() function
|
H A D | avsessionproxy_fuzzer.cpp | 51 auto remote = avSessionProxy->GetRemote(); in FuzzSendRequest()
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessioncontrollerproxy_fuzzer/ |
H A D | avsession_controller_proxy_fuzzer.h | 31 sptr<IRemoteObject> GetRemote() in GetRemote() function
|
H A D | avsession_controller_proxy_fuzzer.cpp | 56 auto remote = avSessionProxy->GetRemote(); in FuzzSendRequest()
|
/ohos5.0/base/location/test/fuzztest/locator/locator_fuzzer/ |
H A D | locator_fuzzer.h | 50 sptr<IRemoteObject> GetRemote() in GetRemote() function
|
H A D | locator_fuzzer.cpp | 91 sptr<IRemoteObject> remote = client->GetRemote(); in LocatorProxySendRequestTest()
|
/ohos5.0/base/security/security_guard/services/security_collector/include/ |
H A D | security_collector_subscriber.h | 41 sptr<IRemoteObject> GetRemote() const { return remote_; } in GetRemote() function
|
/ohos5.0/base/security/security_guard/test/unittest/security_collector/include/ |
H A D | security_collector_subscriber.h | 41 sptr<IRemoteObject> GetRemote() const { return remote_; } in GetRemote() function
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionserviceproxy_fuzzer/ |
H A D | avsessionserviceproxy_fuzzer.h | 27 sptr<IRemoteObject> GetRemote() in GetRemote() function
|
H A D | avsessionserviceproxy_fuzzer.cpp | 156 auto remote = avServiceProxy->GetRemote(); in FuzzSendRequest()
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/include/ |
H A D | accessible_ability_channel_client.h | 43 sptr<IRemoteObject> GetRemote();
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/ |
H A D | audio_manager_interface_impl.h | 77 sptr<IRemoteObject> GetRemote(const std::string &adpName);
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
H A D | accessible_ability_channel_client.cpp | 38 sptr<IRemoteObject> AccessibleAbilityChannelClient::GetRemote() in GetRemote() function in OHOS::Accessibility::AccessibleAbilityChannelClient
|