Searched refs:RestoreAllPolicies (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/ |
H A D | netpolicy_module.cpp | 143 napi_value RestoreAllPolicies(napi_env env, napi_callback_info info) in RestoreAllPolicies() function 336 DECLARE_NAPI_FUNCTION(FUNCTION_RESTORE_ALL_POLICIES, RestoreAllPolicies), in InitPolicyModule()
|
H A D | napi_net_policy.cpp | 462 napi_value NapiNetPolicy::RestoreAllPolicies(napi_env env, napi_callback_info info) in RestoreAllPolicies() function in OHOS::NetManagerStandard::NapiNetPolicy 471 NETMGR_LOG_I("napi_policy RestoreAllPolicies start."); in RestoreAllPolicies() 476 napi_value result = NapiCommon::HandleAsyncWork(env, context, "RestoreAllPolicies", ExecRestoreAllPolicies, in RestoreAllPolicies() 624 DECLARE_NAPI_FUNCTION("restoreAllPolicies", RestoreAllPolicies), in DeclareNapiNetPolicyInterface()
|
Completed in 4 milliseconds