Home
last modified time | relevance | path

Searched refs:isAllow_ (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/include/
H A Dset_power_save_allow_list_context.h37 bool isAllow_ = false; member in OHOS::NetManagerStandard::final
H A Dset_device_idle_allow_list_context.h37 bool isAllow_ = false; member in OHOS::NetManagerStandard::final
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dset_power_save_allow_list_context.cpp52 isAllow_ = NapiUtils::GetBooleanValue(GetEnv(), params[ARG_INDEX_1]); in ParseParams()
H A Dset_device_idle_allow_list_context.cpp53 isAllow_ = NapiUtils::GetBooleanValue(GetEnv(), params[ARG_INDEX_1]); in ParseParams()
H A Dnetpolicy_exec.cpp141 int32_t result = NetPolicyClient::GetInstance().SetDeviceIdleTrustlist(context->uids_, context->isAllow_); in ExecSetDeviceIdleTrustlist()
165 int32_t result = NetPolicyClient::GetInstance().SetPowerSaveTrustlist(context->uids_, context->isAllow_); in ExecSetPowerSaveTrustlist()
/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h56 bool isAllow_; member
71 bool isAllow_; member
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp461 if (config.isAllow_ != isAllow) { in GetEligibleAllowConfig()
735 resCtrlConfig.isAllow_ = resCtrlAction == TAG_ALLOW; in ParseCommonResCtrlConfig()
865 stream << "\tisAllow: " << resConfig.isAllow_ << "\n"; in DumpStandbyConfigInfo()

Completed in 4 milliseconds