Home
last modified time | relevance | path

Searched refs:GetInterceptRecords (Results 1 - 17 of 17) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/
H A Dnetfirewall_module.cpp86 napi_value GetInterceptRecords(napi_env env, napi_callback_info info) in GetInterceptRecords() function
105 DECLARE_NAPI_FUNCTION(FUNCTION_GET_INTERCEPT_RECORDS, GetInterceptRecords), in DeclareNetFirewallInterface()
H A Dnet_firewall_exec.cpp255 int32_t result = DelayedSingleton<NetFirewallClient>::GetInstance()->GetInterceptRecords(context->userId_, in ExecGetInterceptRecords()
/foundation/communication/netmanager_ext/test/netmanager_ext_mock_test/
H A Dmock_netfirewall_service_stub_test.h62 int32_t GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam,
/foundation/communication/netmanager_ext/interfaces/innerkits/netfirewallclient/include/
H A Di_netfirewall_service.h41 virtual int32_t GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam,
H A Dnetfirewall_proxy.h43 int32_t GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam,
H A Dnetfirewall_client.h69 int32_t GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam,
/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/
H A Dnetfirewall_client.cpp140 int32_t NetFirewallClient::GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam, in GetInterceptRecords() function in OHOS::NetManagerStandard::NetFirewallClient
145 NETMGR_EXT_LOG_E("GetInterceptRecords proxy is nullptr"); in GetInterceptRecords()
148 return proxy->GetInterceptRecords(userId, requestParam, info); in GetInterceptRecords()
H A Dnetfirewall_proxy.cpp220 int32_t NetFirewallProxy::GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam, in GetInterceptRecords() function in OHOS::NetManagerStandard::NetFirewallProxy
225 NETMGR_EXT_LOG_E("GetInterceptRecords WriteInterfaceToken failed"); in GetInterceptRecords()
230 NETMGR_EXT_LOG_E("GetInterceptRecords proxy Marshalling failed"); in GetInterceptRecords()
/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H A Dnetfirewall_intercept_recorder.h72 int32_t GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam,
H A Dnetfirewall_service.h135 int32_t GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam,
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_intercept_recorder.cpp49 int32_t NetFirewallInterceptRecorder::GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam, in GetInterceptRecords() function in OHOS::NetManagerStandard::NetFirewallInterceptRecorder
53 NETMGR_EXT_LOG_E("GetInterceptRecords requestParam is null"); in GetInterceptRecords()
57 NETMGR_EXT_LOG_E("GetInterceptRecords info is null"); in GetInterceptRecords()
64 NETMGR_EXT_LOG_E("GetInterceptRecords error"); in GetInterceptRecords()
H A Dnetfirewall_service.cpp169 int32_t NetFirewallService::GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam, in GetInterceptRecords() function in OHOS::NetManagerStandard::NetFirewallService
172 NETMGR_EXT_LOG_I("GetInterceptRecords"); in GetInterceptRecords()
179 return NetFirewallInterceptRecorder::GetInstance()->GetInterceptRecords(userId, requestParam, info); in GetInterceptRecords()
H A Dnetfirewall_stub.cpp306 int32_t ret = GetInterceptRecords(userId, param, info); in OnGetInterceptRecords()
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_service_proxy_test.cpp338 auto ret = instance_->GetInterceptRecords(userId, param, info); in HWTEST_F()
H A Dnetfirewall_service_test.cpp689 * @tc.desc: Test NetFirewallServiceTest GetInterceptRecords.
701 int ret = instance_->GetInterceptRecords(userId, param, info); in HWTEST_F()
704 ret = instance_->GetInterceptRecords(userId, param, info); in HWTEST_F()
H A Dnetfirewall_client_test.cpp457 * @tc.name: GetInterceptRecords
458 * @tc.desc: Test NetFirewallClientTest GetInterceptRecords.
473 ret = netfirewallClient_.GetInterceptRecords(userId, param, info); in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetfirewall_client_test.cpp457 * @tc.name: GetInterceptRecords
458 * @tc.desc: Test NetFirewallClientTest GetInterceptRecords.
473 ret = netfirewallClient_.GetInterceptRecords(userId, param, info); in HWTEST_F()

Completed in 10 milliseconds