Home
last modified time | relevance | path

Searched refs:STORAGE_LEVEL_LOW (Results 1 - 10 of 10) sorted by relevance

/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_condition.h66 STORAGE_LEVEL_LOW = 0, enumerator
/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H A Dstorage_listener.cpp35 std::make_shared<DetectorValue>(WorkCondition::STORAGE_LEVEL_LOW, 0, 0, std::string())); in OnReceiveEvent()
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp177 workInfo.RequestStorageLevel(WorkCondition::Storage::STORAGE_LEVEL_LOW); in HWTEST_F()
178 EXPECT_EQ(workInfo.GetStorageLevel(), WorkCondition::Storage::STORAGE_LEVEL_LOW); in HWTEST_F()
317 workInfo.RequestStorageLevel(WorkCondition::Storage::STORAGE_LEVEL_LOW); in HWTEST_F()
526 workInfo.RequestStorageLevel(WorkCondition::Storage::STORAGE_LEVEL_LOW); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_conn_manager_test.cpp269 workInfo.RequestStorageLevel(WorkCondition::Storage::STORAGE_LEVEL_LOW); in HWTEST_F()
H A Dwork_queue_test.cpp83 EXPECT_TRUE(ret->enumVal == WorkCondition::Storage::STORAGE_LEVEL_LOW); in HWTEST_F()
H A Dwork_status_test.cpp269 storageCondition->enumVal = WorkCondition::Storage::STORAGE_LEVEL_LOW; in HWTEST_F()
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp197 } else if (cwork.storageRequest >= WorkCondition::Storage::STORAGE_LEVEL_LOW && in GetStorageInfo()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dinit.cpp215 napi_create_uint32(env, static_cast<uint32_t>(WorkCondition::Storage::STORAGE_LEVEL_LOW), in InitStorageRequest()
223 DECLARE_NAPI_STATIC_PROPERTY("STORAGE_LEVEL_LOW", storageLeveLow), in InitStorageRequest()
H A Dcommon.cpp166 } else if (storageRequest >= WorkCondition::Storage::STORAGE_LEVEL_LOW in GetStorageInfo()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstartwork_fuzzer/
H A Dworkschedulerstartwork_fuzzer.cpp63 workInfo.RequestStorageLevel(WorkCondition::Storage::STORAGE_LEVEL_LOW); in CreateWorkInfo()

Completed in 7 milliseconds