Home
last modified time | relevance | path

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

/foundation/resourceschedule/qos_manager/services/src/
H A Dqos_policy.cpp22 .policyFlag = QOS_FLAG_ALL,
36 .policyFlag = QOS_FLAG_ALL,
56 .policyFlag = QOS_FLAG_ALL & ~QOS_FLAG_RT,
75 .policyFlag = QOS_FLAG_ALL,
95 .policyFlag = QOS_FLAG_ALL,
/foundation/resourceschedule/ffrt/src/eu/
H A Dqos_interface.h134 unsigned int policyFlag; member
/foundation/resourceschedule/qos_manager/services/include/
H A Dqos_interface.h146 unsigned int policyFlag; member
/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_manager_stub_impl.cpp229 int32_t setPolicy(uint64_t tokenId, const std::vector<PolicyInfo> &policy, uint64_t policyFlag) in setPolicy() argument
769 uint32_t policyFlag = 0; in HandleUriPermission() local
771 policyFlag |= IS_POLICY_ALLOWED_TO_BE_PRESISTED; in HandleUriPermission()
791 setPolicy(tokenId, policyVec, policyFlag); in HandleUriPermission()
793 if (((policyFlag & IS_POLICY_ALLOWED_TO_BE_PRESISTED) != 0) && isSystemAppCall) { in HandleUriPermission()
/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dqos_interface_test.cpp255 .policyFlag = QOS_FLAG_ALL,
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp516 int32_t policyFlag = 0; in IsParamEnabled() local
517 if (GetSysPara(key.c_str(), policyFlag) && policyFlag == 1) { in IsParamEnabled()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp1343 int32_t policyFlag = 0; in IsParamEnabled() local
1344 if (GetSysPara(key.c_str(), policyFlag) && policyFlag == 1) { in IsParamEnabled()

Completed in 9 milliseconds