Searched refs:STORAGE (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | bundle_daemon_handler.cpp | 38 const std::string STORAGE = "/storage"; variable 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()
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | event_publisher.cpp | 41 static const std::string STORAGE = "storage"; variable 71 } else if (eventType == STORAGE) { in PublishEvent()
|
H A D | work_status.cpp | 54 {WorkCondition::Type::STORAGE, "STORAGE"}, 343 if (type != WorkCondition::Type::STORAGE) { in IsStorageReady() 560 if (conditionMap_.count(WorkCondition::Type::STORAGE) > 0) { in Dump() 562 to_string(conditionMap_.at(WorkCondition::Type::STORAGE)->enumVal) + ",\n"); in Dump()
|
H A D | work_conn_manager.cpp | 202 if (workStatus->workInfo_->GetConditionMap()->count(WorkCondition::Type::STORAGE) > 0) { in WriteStartWorkEvent()
|
H A D | work_queue.cpp | 69 case WorkCondition::Type::STORAGE: { in ParseCondition()
|
H A D | work_policy_manager.cpp | 116 if (workStatus->workInfo_->GetConditionMap()->count(WorkCondition::Type::STORAGE) > 0) { in GetConditionString()
|
H A D | work_scheduler_service.cpp | 502 workQueueManager_->AddListener(WorkCondition::Type::STORAGE, storageListener); in WorkQueueManagerInit()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/ |
H A D | work_condition.h | 32 STORAGE, enumerator
|
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/include/ |
H A D | usb_async_context.h | 60 const int32_t STORAGE = 1 << 9; variable
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | work_status_test.cpp | 270 workStatus_->conditionMap_.emplace(WorkCondition::Type::STORAGE, storageCondition); 314 workStatus_->conditionMap_.emplace(WorkCondition::Type::STORAGE, storageCondition); 448 workStatus_->conditionMap_.emplace(WorkCondition::Type::STORAGE, storageCondition);
|
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
H A D | usb_info.cpp | 1993 DECLARE_NAPI_STATIC_PROPERTY("STORAGE", ToInt32Value(env, STORAGE)), in DeclareEnum()
|