Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/src/
H A Dapp_domain_verify_mgr_client.cpp30 sptr<IAppDomainVerifyMgrService> AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_; member in OHOS::AppDomainVerify::AppDomainVerifyMgrClient
45 if (appDomainVerifyMgrServiceProxy_ != nullptr && !staticDestoryMonitor_.IsDestoryed()) { in ~AppDomainVerifyMgrClient()
46 auto remoteObject = appDomainVerifyMgrServiceProxy_->AsObject(); in ~AppDomainVerifyMgrClient()
136 if (appDomainVerifyMgrServiceProxy_ == nullptr) { in IsServiceAvailable()
141 if (appDomainVerifyMgrServiceProxy_ == nullptr) { in IsServiceAvailable()
153 appDomainVerifyMgrServiceProxy_ = nullptr; in ConnectService()
173 if (appDomainVerifyMgrServiceProxy_ != nullptr) { in OnRemoteSaDied()
174 auto remoteObj = appDomainVerifyMgrServiceProxy_->AsObject(); in OnRemoteSaDied()
179 appDomainVerifyMgrServiceProxy_ = nullptr; in OnRemoteSaDied()
193 appDomainVerifyMgrServiceProxy_->ConvertToExplicitWant(implicitWant, callback); in ConvertToExplicitWant()
[all …]
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/client/app_domain_verify_mgr_client_test/
H A Dapp_domain_verify_mgr_client_test.cpp151 AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_.ForceSetRefPtr(nullptr);
172 AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_.ForceSetRefPtr(nullptr);
213 AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_.ForceSetRefPtr(nullptr);
233 AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_.ForceSetRefPtr(nullptr);
252 AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_.ForceSetRefPtr(nullptr);
271 AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_.ForceSetRefPtr(nullptr);
302 AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_ = mgrStubMock_;
320 AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_ = mgrStubMock_;
350 EXPECT_NE(AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_, nullptr);
364 EXPECT_NE(AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_, nullptr);
[all …]
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/include/
H A Dapp_domain_verify_mgr_client.h169 static sptr<IAppDomainVerifyMgrService> appDomainVerifyMgrServiceProxy_; variable
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/client/app_domain_verify_agent_client_test/
H A Dapp_domain_verify_agent_client_test.cpp227 AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_ = nullptr;