Searched refs:STORAGE (Results 1 - 12 of 12) sorted by relevance
/foundation/resourceschedule/work_scheduler/services/native/src/conditions/ |
H A D | storage_listener.cpp | 34 listener_.OnConditionChanged(WorkCondition::Type::STORAGE, in OnReceiveEvent() 38 listener_.OnConditionChanged(WorkCondition::Type::STORAGE, in OnReceiveEvent()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | bundle_daemon_handler.cpp | 38 const std::string STORAGE = "/storage"; member 264 return BundleFileUtils::IsValidPath(STORAGE + HAP_CODE_PATH, codePath) || in IsValideCodePath() 273 return BundleFileUtils::IsValidPath(STORAGE + HAP_DATA_PATH, dataPath) || in IsValideDataPath() 282 return BundleFileUtils::IsValidPath(STORAGE + JSON_PATH, jsonPath); in IsValideJsonPath()
|
/foundation/resourceschedule/work_scheduler/frameworks/include/ |
H A D | work_condition.h | 31 STORAGE, enumerator
|
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | event_publisher.cpp | 41 static const std::string STORAGE = "storage"; member 71 } else if (eventType == STORAGE) { in PublishEvent()
|
H A D | work_status.cpp | 315 case WorkCondition::Type::STORAGE: { in IsStorageAndTimerReady() 503 if (conditionMap_.count(WorkCondition::Type::STORAGE) > 0) { in Dump() 505 to_string(conditionMap_.at(WorkCondition::Type::STORAGE)->enumVal) + ",\n"); in Dump()
|
H A D | work_conn_manager.cpp | 201 if (workStatus->workInfo_->GetConditionMap()->count(WorkCondition::Type::STORAGE) > 0) { in WriteStartWorkEvent() 202 conditions.append("STORAGE-"); in WriteStartWorkEvent()
|
H A D | work_queue.cpp | 69 case WorkCondition::Type::STORAGE: { in ParseCondition()
|
H A D | work_policy_manager.cpp | 114 if (workStatus->workInfo_->GetConditionMap()->count(WorkCondition::Type::STORAGE) > 0) { in GetConditionString() 115 conditions.append("STORAGE-"); in GetConditionString()
|
H A D | work_scheduler_service.cpp | 441 workQueueManager_->AddListener(WorkCondition::Type::STORAGE, storageListener); in WorkQueueManagerInit()
|
/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | work_info.cpp | 89 conditionMap_.emplace(WorkCondition::Type::STORAGE, storageCondition); in RequestStorageLevel() 246 if (conditionMap_.count(WorkCondition::Type::STORAGE) > 0) { in GetStorageLevel() 247 int32_t enumVal = conditionMap_.at(WorkCondition::Type::STORAGE)->enumVal; in GetStorageLevel() 328 case WorkCondition::Type::STORAGE: { in Marshalling() 422 case WorkCondition::Type::STORAGE: { in UnmarshallCondition() 522 case WorkCondition::Type::STORAGE: { in ParseConditionToJsonStr()
|
/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | work_status_test.cpp | 270 workStatus_->conditionMap_.emplace(WorkCondition::Type::STORAGE, storageCondition); in HWTEST_F() 314 workStatus_->conditionMap_.emplace(WorkCondition::Type::STORAGE, storageCondition); in HWTEST_F() 448 workStatus_->conditionMap_.emplace(WorkCondition::Type::STORAGE, storageCondition); in HWTEST_F()
|
H A D | work_queue_test.cpp | 80 WorkCondition::Type type = WorkCondition::Type::STORAGE; in HWTEST_F()
|
Completed in 17 milliseconds