Home
last modified time | relevance | path

Searched refs:backgroundPolicyStatus (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_file.cpp134 netPolicy.backgroundPolicyStatus = cJSON_GetStringValue(status); in ParseBackgroundPolicy()
135 NETMGR_LOG_D("backgroundPolicyStatus: %{public}s", netPolicy.backgroundPolicyStatus.c_str()); in ParseBackgroundPolicy()
327 if (netPolicy_.backgroundPolicyStatus.empty()) { in AddBackgroundPolicy()
328 netPolicy_.backgroundPolicyStatus = BACKGROUND_POLICY_ALLOW; in AddBackgroundPolicy()
331 cJSON_CreateString(netPolicy_.backgroundPolicyStatus.c_str())); in AddBackgroundPolicy()
506 netPolicy_.backgroundPolicyStatus = BACKGROUND_POLICY_ALLOW; in ResetPolicies()
517 netPolicy_.backgroundPolicyStatus = BACKGROUND_POLICY_ALLOW; in WriteBackgroundPolicy()
519 netPolicy_.backgroundPolicyStatus = BACKGROUND_POLICY_REJECT; in WriteBackgroundPolicy()
527 return netPolicy_.backgroundPolicyStatus in ReadBackgroundPolicy()
[all...]
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_inner_define.h120 std::string backgroundPolicyStatus; member

Completed in 2 milliseconds