Searched refs:remoteObject_ (Results 1 – 6 of 6) sorted by relevance
58 return remoteObject_; in GetTestServerObject()67 remoteObject_ = remoteObject; in OnLoadSystemAbilitySuccess()83 sptr<IRemoteObject> remoteObject_ = nullptr; member in OHOS::testserver::TestServerLoadCallback95 remoteObject_ = object; in LoadTestServer()104 remoteObject_ = testServerLoadCallback->GetTestServerObject(); in LoadTestServer()107 if (remoteObject_ == nullptr) { in LoadTestServer()110 …r<ITestServerInterface> iTestServerInterface = iface_cast<TestServerInterfaceProxy>(remoteObject_); in LoadTestServer()
35 sptr<IRemoteObject> remoteObject_ = nullptr; variable
46 sptr<IRemoteObject> remoteObject_ = nullptr; member in DAudioAutomatTest69 remoteObject_ = samgr_->GetSystemAbility(DISTRIBUTED_HARDWARE_AUDIO_SINK_SA_ID); in SetUp()70 if (remoteObject_ == nullptr) { in SetUp()96 …dioSinkIpcCallbackProxy> dAudioSinkIpcCallbackProxy(new DAudioSinkIpcCallbackProxy(remoteObject_));120 …dioSinkIpcCallbackProxy> dAudioSinkIpcCallbackProxy(new DAudioSinkIpcCallbackProxy(remoteObject_));144 …dioSinkIpcCallbackProxy> dAudioSinkIpcCallbackProxy(new DAudioSinkIpcCallbackProxy(remoteObject_));168 …dioSinkIpcCallbackProxy> dAudioSinkIpcCallbackProxy(new DAudioSinkIpcCallbackProxy(remoteObject_));195 …dioSinkIpcCallbackProxy> dAudioSinkIpcCallbackProxy(new DAudioSinkIpcCallbackProxy(remoteObject_));222 …dioSinkIpcCallbackProxy> dAudioSinkIpcCallbackProxy(new DAudioSinkIpcCallbackProxy(remoteObject_));249 …dioSinkIpcCallbackProxy> dAudioSinkIpcCallbackProxy(new DAudioSinkIpcCallbackProxy(remoteObject_));[all …]
64 return remoteObject_; in GetTestServerObject()75 remoteObject_ = remoteObject; in OnLoadSystemAbilitySuccess()93 sptr<IRemoteObject> remoteObject_ = nullptr; member in OHOS::testserver::TestServerLoadCallback108 remoteObject_ = object; in LoadTestServer()120 remoteObject_ = testServerLoadCallback->GetTestServerObject(); in LoadTestServer()123 if (remoteObject_ == nullptr) { in LoadTestServer()128 …r<ITestServerInterface> iTestServerInterface = iface_cast<TestServerInterfaceProxy>(remoteObject_); in LoadTestServer()
40 sptr<IRemoteObject> remoteObject_ = nullptr; variable
886 remoteObject_ = remoteObject; in OnLoadSystemAbilitySuccess()899 return remoteObject_; in GetSaObject()904 sptr<IRemoteObject> remoteObject_ = nullptr; member in OHOS::uitest::OnSaLoadCallback