Home
last modified time | relevance | path

Searched refs:HIGH_PRIORITY (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Ddefault_multi_account_strategy.h25 HIGH_PRIORITY = -50, enumerator
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Ddefault_multi_account_priority.cpp35 priority = static_cast<int>(DefaultMultiAccountPriority::HIGH_PRIORITY); in SetAccountPriority()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/include/
H A Dsoftbus_conn_common.h59 HIGH_PRIORITY = 0, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dsa_profiles.h57 HIGH_PRIORITY = 1, enumerator
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Ddefault_multi_account_strategy_test.cpp78 EXPECT_EQ(accountInfo->priority_, static_cast<int>(DefaultMultiAccountPriority::HIGH_PRIORITY));
H A Dmulti_account_manager_test.cpp76 EXPECT_EQ(info->GetPriority(), static_cast<int>(DefaultMultiAccountPriority::HIGH_PRIORITY));
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_bundle_profile.cpp22 const int32_t HIGH_PRIORITY = 1; variable
104 preScanInfo.priority = isResourcesPath ? HIGH_PRIORITY : COMMON_PRIORITY; in TransformTo()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_send_queue.c73 return HIGH_PRIORITY; in GetPriority()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_send_queue.c73 return HIGH_PRIORITY; in GetPriority()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_status.cpp43 const int32_t HIGH_PRIORITY = 0; variable
527 return HIGH_PRIORITY; in GetPriority()
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp226 return static_cast<uint32_t>(HIGH_PRIORITY); in GetOndemandPriorityPara()
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/test/unittest/
H A Dparse_util_test.cpp1356 EXPECT_EQ(ret, static_cast<uint32_t>(HIGH_PRIORITY));