Home
last modified time | relevance | path

Searched refs:GetRemote (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/test/distributedtest/single_kvstore_client/
H A Ddistributed_test.cpp41 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 Dform_observer_record.cpp198 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 Dsecurity_collector_subscriber_manager.cpp90 [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 Dform_observer_record.h46 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 Daudio_manager_interface_impl.cpp175 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 Davcontroller_callbackproxy_fuzzer.h27 sptr<IRemoteObject> GetRemote() in GetRemote() function
H A Davcontroller_callbackproxy_fuzzer.cpp60 auto remote = avControllerCallbackProxy->GetRemote(); in FuzzSendRequest()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessioncallbackproxy_fuzzer/
H A Davsession_callback_proxy_fuzzer.h26 sptr<IRemoteObject> GetRemote() in GetRemote() function
H A Davsession_callback_proxy_fuzzer.cpp59 auto remote = avSessionCallbackProxy->GetRemote(); in FuzzSendRequest()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/sessionlistenerproxy_fuzzer/
H A Dsession_listenerproxy_fuzzer.h25 sptr<IRemoteObject> GetRemote() in GetRemote() function
H A Dsession_listenerproxy_fuzzer.cpp49 auto remote = sessionListenerProxy->GetRemote(); in FuzzSendRequest()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H A Davsessionservice_fuzzer.h26 sptr<IRemoteObject> GetRemote() in GetRemote() function
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionproxy_fuzzer/
H A Davsessionproxy_fuzzer.h27 sptr<IRemoteObject> GetRemote() in GetRemote() function
H A Davsessionproxy_fuzzer.cpp51 auto remote = avSessionProxy->GetRemote(); in FuzzSendRequest()
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessioncontrollerproxy_fuzzer/
H A Davsession_controller_proxy_fuzzer.h31 sptr<IRemoteObject> GetRemote() in GetRemote() function
H A Davsession_controller_proxy_fuzzer.cpp56 auto remote = avSessionProxy->GetRemote(); in FuzzSendRequest()
/ohos5.0/base/location/test/fuzztest/locator/locator_fuzzer/
H A Dlocator_fuzzer.h50 sptr<IRemoteObject> GetRemote() in GetRemote() function
H A Dlocator_fuzzer.cpp91 sptr<IRemoteObject> remote = client->GetRemote(); in LocatorProxySendRequestTest()
/ohos5.0/base/security/security_guard/services/security_collector/include/
H A Dsecurity_collector_subscriber.h41 sptr<IRemoteObject> GetRemote() const { return remote_; } in GetRemote() function
/ohos5.0/base/security/security_guard/test/unittest/security_collector/include/
H A Dsecurity_collector_subscriber.h41 sptr<IRemoteObject> GetRemote() const { return remote_; } in GetRemote() function
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionserviceproxy_fuzzer/
H A Davsessionserviceproxy_fuzzer.h27 sptr<IRemoteObject> GetRemote() in GetRemote() function
H A Davsessionserviceproxy_fuzzer.cpp156 auto remote = avServiceProxy->GetRemote(); in FuzzSendRequest()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/include/
H A Daccessible_ability_channel_client.h43 sptr<IRemoteObject> GetRemote();
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_manager_interface_impl.h77 sptr<IRemoteObject> GetRemote(const std::string &adpName);
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_channel_client.cpp38 sptr<IRemoteObject> AccessibleAbilityChannelClient::GetRemote() in GetRemote() function in OHOS::Accessibility::AccessibleAbilityChannelClient

12