Home
last modified time | relevance | path

Searched refs:OnIntercept (Results 1 - 21 of 21) sorted by relevance

/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_kia_interceptor.h31 int OnIntercept(AAFwk::Want &want) override
/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/
H A Dmock_kia_interceptor.h31 int OnIntercept(AAFwk::Want &want) override
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_mock_test/src/
H A Dmock_kia_interceptor_impl.cpp26 int MockKiaInterceptorImpl::OnIntercept(AAFwk::Want &want) in OnIntercept() function in OHOS::AppExecFwk::MockKiaInterceptorImpl
H A Dmock_app_mgr_service_inner.cpp42 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 Dkia_interceptor_interface.h34 * OnIntercept, processing method from KIA.
39 virtual int OnIntercept(AAFwk::Want &want) = 0;
42 // ipc code for calling OnIntercept
H A Dkia_interceptor_proxy.h47 * OnIntercept, processing method from KIA.
51 virtual int OnIntercept(AAFwk::Want &want) override;
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netfirewall_callback.h32 virtual int32_t OnIntercept(sptr<NetManagerStandard::InterceptRecord> &record) = 0;
H A Dnetfirewall_callback_proxy.h28 int32_t OnIntercept(sptr<NetManagerStandard::InterceptRecord> &record) override;
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_mock_test/include/
H A Dmock_kia_interceptor_impl.h34 virtual int OnIntercept(AAFwk::Want &want) override;
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_callback_proxy.cpp25 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 Dkia_interceptor_stub.cpp46 int resultCode = OnIntercept(*want); in OnInterceptInner()
H A Dkia_interceptor_proxy.cpp31 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 Dnetfirewall_callback_stub.cpp54 int32_t result = OnIntercept(recored); in CmdOnIntercept()
/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H A Dnetfirewall_intercept_recorder.h44 virtual int32_t OnIntercept(sptr<InterceptRecord> &record) override;
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_intercept_recorder.cpp121 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 Dnetsys_netfirewall_test.cpp101 int32_t OnIntercept(OHOS::sptr<InterceptRecord> &info) in OnIntercept() function in TestNetFirewallCallbackStub
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_service_test.cpp663 * @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 Ddns_param_cache.cpp642 callback->OnIntercept(record); in NotifyDomianIntercept()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_netfirewall.cpp607 callback->OnIntercept(record); in NotifyInterceptEvent()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H A Dapp_mgr_service_inner_second_test.cpp136 int OnIntercept(AAFwk::Want &want) override { return 0; }
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp506 auto resultCode = kiaInterceptor_->OnIntercept(*want); in MakeKiaProcess()
509 TAG_LOGI(AAFwkTag::APPMGR, "After calling kiaInterceptor_->OnIntercept," in MakeKiaProcess()

Completed in 26 milliseconds