/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_kia_interceptor.h | 31 int OnIntercept(AAFwk::Want &want) override
|
/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/ |
H A D | mock_kia_interceptor.h | 31 int OnIntercept(AAFwk::Want &want) override
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_mock_test/src/ |
H A D | mock_kia_interceptor_impl.cpp | 26 int MockKiaInterceptorImpl::OnIntercept(AAFwk::Want &want) in OnIntercept() function in OHOS::AppExecFwk::MockKiaInterceptorImpl
|
H A D | mock_app_mgr_service_inner.cpp | 42 auto resultCode = kiaInterceptor_->OnIntercept(*want); in MakeKiaProcess() 45 TAG_LOGI(AAFwkTag::APPMGR, "After calling kiaInterceptor_->OnIntercept," in MakeKiaProcess()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | kia_interceptor_interface.h | 34 * OnIntercept, processing method from KIA. 39 virtual int OnIntercept(AAFwk::Want &want) = 0; 42 // ipc code for calling OnIntercept
|
H A D | kia_interceptor_proxy.h | 47 * OnIntercept, processing method from KIA. 51 virtual int OnIntercept(AAFwk::Want &want) override;
|
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_netfirewall_callback.h | 32 virtual int32_t OnIntercept(sptr<NetManagerStandard::InterceptRecord> &record) = 0;
|
H A D | netfirewall_callback_proxy.h | 28 int32_t OnIntercept(sptr<NetManagerStandard::InterceptRecord> &record) override;
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_mock_test/include/ |
H A D | mock_kia_interceptor_impl.h | 34 virtual int OnIntercept(AAFwk::Want &want) override;
|
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netfirewall_callback_proxy.cpp | 25 int32_t NetFirewallCallbackProxy::OnIntercept(sptr<NetManagerStandard::InterceptRecord> &record) in OnIntercept() function in OHOS::NetsysNative::NetFirewallCallbackProxy 27 NETNATIVE_LOGI("Proxy OnIntercept"); in OnIntercept()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | kia_interceptor_stub.cpp | 46 int resultCode = OnIntercept(*want); in OnInterceptInner()
|
H A D | kia_interceptor_proxy.cpp | 31 int KiaInterceptorProxy::OnIntercept(AAFwk::Want &want) in OnIntercept() function in OHOS::AppExecFwk::KiaInterceptorProxy 53 TAG_LOGE(AAFwkTag::APPMGR, "OnIntercept failed, resultCode=%{public}d.", resultCode); in OnIntercept()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netfirewall_callback_stub.cpp | 54 int32_t result = OnIntercept(recored); in CmdOnIntercept()
|
/foundation/communication/netmanager_ext/services/netfirewallmanager/include/ |
H A D | netfirewall_intercept_recorder.h | 44 virtual int32_t OnIntercept(sptr<InterceptRecord> &record) override;
|
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
H A D | netfirewall_intercept_recorder.cpp | 121 int32_t NetFirewallInterceptRecorder::FirewallCallback::OnIntercept(sptr<InterceptRecord> &record) in OnIntercept() function in OHOS::NetManagerStandard::NetFirewallInterceptRecorder::FirewallCallback 123 NETMGR_EXT_LOG_I("FirewallCallback::OnIntercept: time=%{public}d", record->time); in OnIntercept() 133 ffrtQueue_->submit_h(callback, ffrt::task_attr().delay(RECORD_TASK_DELAY_TIME_MS).name("OnIntercept")); in OnIntercept()
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_netfirewall_test/ |
H A D | netsys_netfirewall_test.cpp | 101 int32_t OnIntercept(OHOS::sptr<InterceptRecord> &info) in OnIntercept() function in TestNetFirewallCallbackStub
|
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/ |
H A D | netfirewall_service_test.cpp | 663 * @tc.name: OnIntercept
664 * @tc.desc: Test NetFirewallServiceTest OnIntercept.
667 HWTEST_F(NetFirewallServiceTest, OnIntercept, TestSize.Level1)
in HWTEST_F() 682 int32_t ret = NetFirewallInterceptRecorder::GetInstance()->callback_->OnIntercept(record);
in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
H A D | dns_param_cache.cpp | 642 callback->OnIntercept(record); in NotifyDomianIntercept()
|
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bpf_netfirewall.cpp | 607 callback->OnIntercept(record); in NotifyInterceptEvent()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/ |
H A D | app_mgr_service_inner_second_test.cpp | 136 int OnIntercept(AAFwk::Want &want) override { return 0; }
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 506 auto resultCode = kiaInterceptor_->OnIntercept(*want); in MakeKiaProcess() 509 TAG_LOGI(AAFwkTag::APPMGR, "After calling kiaInterceptor_->OnIntercept," in MakeKiaProcess()
|