Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_standby/plugins/strategy/include/
H A Dbase_network_strategy.h130 bool GetExemptedFlag(uint8_t appNoExemptionFlag, uint8_t appExemptionFlag);
/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dbase_network_strategy.cpp481 bool BaseNetworkStrategy::GetExemptedFlag(uint8_t appNoExemptionFlag, uint8_t appExemptionFlag) in GetExemptedFlag() argument
485 (!ExemptionTypeFlag::IsExempted(appNoExemptionFlag & (~ExemptionTypeFlag::UNRESTRICTED))) && in GetExemptedFlag()
488 } else if (!ExemptionTypeFlag::IsExempted(appNoExemptionFlag) && in GetExemptedFlag()

Completed in 2 milliseconds