Home
last modified time | relevance | path

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 Dbundle_daemon_handler.cpp38 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 Dstorage_listener.cpp34 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 Dwork_info.cpp89 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 Devent_publisher.cpp41 static const std::string STORAGE = "storage"; variable
71 } else if (eventType == STORAGE) { in PublishEvent()
H A Dwork_status.cpp54 {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 Dwork_conn_manager.cpp202 if (workStatus->workInfo_->GetConditionMap()->count(WorkCondition::Type::STORAGE) > 0) { in WriteStartWorkEvent()
H A Dwork_queue.cpp69 case WorkCondition::Type::STORAGE: { in ParseCondition()
H A Dwork_policy_manager.cpp116 if (workStatus->workInfo_->GetConditionMap()->count(WorkCondition::Type::STORAGE) > 0) { in GetConditionString()
H A Dwork_scheduler_service.cpp502 workQueueManager_->AddListener(WorkCondition::Type::STORAGE, storageListener); in WorkQueueManagerInit()
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_condition.h32 STORAGE, enumerator
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/include/
H A Dusb_async_context.h60 const int32_t STORAGE = 1 << 9; variable
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_status_test.cpp270 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 Dusb_info.cpp1993 DECLARE_NAPI_STATIC_PROPERTY("STORAGE", ToInt32Value(env, STORAGE)), in DeclareEnum()