Home
last modified time | relevance | path

Searched refs:STORAGE_LEVEL_OKAY (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_condition.h67 STORAGE_LEVEL_OKAY, enumerator
/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H A Dstorage_listener.cpp39 std::make_shared<DetectorValue>(WorkCondition::STORAGE_LEVEL_OKAY, 0, 0, std::string())); in OnReceiveEvent()
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_status_test.cpp267 workInfo_->RequestStorageLevel(WorkCondition::Storage::STORAGE_LEVEL_OKAY); in HWTEST_F()
311 workInfo_->RequestStorageLevel(WorkCondition::Storage::STORAGE_LEVEL_OKAY); in HWTEST_F()
313 storageCondition->enumVal = WorkCondition::Storage::STORAGE_LEVEL_OKAY; in HWTEST_F()
331 workInfo_->RequestStorageLevel(WorkCondition::Storage::STORAGE_LEVEL_OKAY); in HWTEST_F()
447 storageCondition->enumVal = WorkCondition::Storage::STORAGE_LEVEL_OKAY; in HWTEST_F()
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp190 workInfo.RequestStorageLevel(WorkCondition::Storage::STORAGE_LEVEL_OKAY); in HWTEST_F()
191 EXPECT_EQ(workInfo.GetStorageLevel(), WorkCondition::Storage::STORAGE_LEVEL_OKAY); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dinit.cpp217 napi_create_uint32(env, static_cast<uint32_t>(WorkCondition::Storage::STORAGE_LEVEL_OKAY), in InitStorageRequest()
224 DECLARE_NAPI_STATIC_PROPERTY("STORAGE_LEVEL_OKAY", storageLevelOkay), in InitStorageRequest()

Completed in 3 milliseconds