Home
last modified time | relevance | path

Searched refs:ExecGetDeviceIdleTrustlist (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/include/
H A Dnetpolicy_exec.h53 static bool ExecGetDeviceIdleTrustlist(GetDeviceIdleTrustlistContext *context);
H A Dnetpolicy_async_work.h39 static void ExecGetDeviceIdleTrustlist(napi_env env, void *data);
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dnetpolicy_async_work.cpp84 void NetPolicyAsyncWork::ExecGetDeviceIdleTrustlist(napi_env env, void *data) in ExecGetDeviceIdleTrustlist() function in OHOS::NetManagerStandard::NetPolicyAsyncWork
86 BaseAsyncWork::ExecAsyncWork<GetDeviceIdleTrustlistContext, NetPolicyExec::ExecGetDeviceIdleTrustlist>(env, data); in ExecGetDeviceIdleTrustlist()
H A Dnetpolicy_module.cpp181 env, info, FUNCTION_GET_DEVICE_IDLE_ALLOWLIST, nullptr, NetPolicyAsyncWork::ExecGetDeviceIdleTrustlist, in GetDeviceIdleTrustlist()
H A Dnetpolicy_exec.cpp150 bool NetPolicyExec::ExecGetDeviceIdleTrustlist(GetDeviceIdleTrustlistContext *context) in ExecGetDeviceIdleTrustlist() function in OHOS::NetManagerStandard::NetPolicyExec
154 NETMANAGER_BASE_LOGE("ExecGetDeviceIdleTrustlist error: result = %{public}d, arr size = %{public}zu", result, in ExecGetDeviceIdleTrustlist()

Completed in 3 milliseconds