/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/ |
H A D | netfirewall_module.cpp | 86 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 D | net_firewall_exec.cpp | 255 int32_t result = DelayedSingleton<NetFirewallClient>::GetInstance()->GetInterceptRecords(context->userId_, in ExecGetInterceptRecords()
|
/foundation/communication/netmanager_ext/test/netmanager_ext_mock_test/ |
H A D | mock_netfirewall_service_stub_test.h | 62 int32_t GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam,
|
/foundation/communication/netmanager_ext/interfaces/innerkits/netfirewallclient/include/ |
H A D | i_netfirewall_service.h | 41 virtual int32_t GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam,
|
H A D | netfirewall_proxy.h | 43 int32_t GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam,
|
H A D | netfirewall_client.h | 69 int32_t GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam,
|
/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/ |
H A D | netfirewall_client.cpp | 140 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 D | netfirewall_proxy.cpp | 220 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 D | netfirewall_intercept_recorder.h | 72 int32_t GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam,
|
H A D | netfirewall_service.h | 135 int32_t GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam,
|
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
H A D | netfirewall_intercept_recorder.cpp | 49 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 D | netfirewall_service.cpp | 169 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 D | netfirewall_stub.cpp | 306 int32_t ret = GetInterceptRecords(userId, param, info); in OnGetInterceptRecords()
|
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/ |
H A D | netfirewall_service_proxy_test.cpp | 338 auto ret = instance_->GetInterceptRecords(userId, param, info);
in HWTEST_F()
|
H A D | netfirewall_service_test.cpp | 689 * @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 D | netfirewall_client_test.cpp | 457 * @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 D | netfirewall_client_test.cpp | 457 * @tc.name: GetInterceptRecords 458 * @tc.desc: Test NetFirewallClientTest GetInterceptRecords. 473 ret = netfirewallClient_.GetInterceptRecords(userId, param, info); in HWTEST_F()
|