Searched refs:kiaInterceptor_ (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_mock_test/ |
H A D | app_mgr_service_inner_mock_test.cpp | 60 serviceInner_->kiaInterceptor_ = new (std::nothrow) MockKiaInterceptorImpl(); in HWTEST_F() 61 EXPECT_NE(serviceInner_->kiaInterceptor_, nullptr); in HWTEST_F() 163 serviceInner_->kiaInterceptor_ = new (std::nothrow) MockKiaInterceptorImpl(); in HWTEST_F() 164 EXPECT_NE(serviceInner_->kiaInterceptor_, nullptr); in HWTEST_F() 200 serviceInner_->kiaInterceptor_ = nullptr; in HWTEST_F() 236 serviceInner_->kiaInterceptor_ = new (std::nothrow) MockKiaInterceptorImpl(); in HWTEST_F() 237 EXPECT_NE(serviceInner_->kiaInterceptor_, nullptr); in HWTEST_F() 277 serviceInner_->kiaInterceptor_ = new (std::nothrow) MockKiaInterceptorImpl(); in HWTEST_F() 278 EXPECT_NE(serviceInner_->kiaInterceptor_, nullptr); in HWTEST_F() 318 serviceInner_->kiaInterceptor_ in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_mock_test/src/ |
H A D | mock_app_mgr_service_inner.cpp | 41 if (isFileUri && kiaInterceptor_ != nullptr) { in MakeKiaProcess() 42 auto resultCode = kiaInterceptor_->OnIntercept(*want); in MakeKiaProcess() 45 TAG_LOGI(AAFwkTag::APPMGR, "After calling kiaInterceptor_->OnIntercept," in MakeKiaProcess() 97 kiaInterceptor_ = interceptor; in RegisterKiaInterceptor()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_mock_test/include/ |
H A D | mock_app_mgr_service_inner.h | 54 sptr<IKiaInterceptor> kiaInterceptor_ = nullptr; member in OHOS::AppExecFwk::AppMgrServiceInner
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/ |
H A D | app_mgr_service_inner_second_test.cpp | 750 appMgrServiceInner->kiaInterceptor_ = new MockKiaInterceptor(); in HWTEST_F() 751 EXPECT_NE(appMgrServiceInner->kiaInterceptor_, nullptr); in HWTEST_F() 781 appMgrServiceInner->kiaInterceptor_ = new MockKiaInterceptor(); in HWTEST_F() 782 EXPECT_NE(appMgrServiceInner->kiaInterceptor_, nullptr); in HWTEST_F() 790 appMgrServiceInner->kiaInterceptor_ = nullptr; in HWTEST_F() 796 appMgrServiceInner->kiaInterceptor_ = nullptr; in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service_inner.h | 1875 sptr<IKiaInterceptor> kiaInterceptor_; member in OHOS::AppExecFwk::AppMgrServiceInner
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 505 if (isFileUri && kiaInterceptor_ != nullptr) { in MakeKiaProcess() 506 auto resultCode = kiaInterceptor_->OnIntercept(*want); in MakeKiaProcess() 509 TAG_LOGI(AAFwkTag::APPMGR, "After calling kiaInterceptor_->OnIntercept," in MakeKiaProcess() 8200 kiaInterceptor_ = interceptor; in NotifyAppFaultBySA()
|
Completed in 20 milliseconds