Home
last modified time | relevance | path

Searched refs:GetStorageInfo (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_mock.cpp28 FFI_EXPORT int GetStorageInfo = 0; variable
H A Dwork_scheduler_ffi.cpp117 ret = GetStorageInfo(cwork, workInfo, hasConditions); in GetWorkInfo()
193 int32_t GetStorageInfo(RetWorkInfo cwork, WorkInfo& workInfo, bool& hasCondition) in GetStorageInfo() function
H A Dwork_scheduler_ffi.h63 …int32_t GetStorageInfo(RetWorkInfo cwork, OHOS::WorkScheduler::WorkInfo& workInfo, bool& hasCondit…
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/
H A Dcommon.h217 static bool GetStorageInfo(napi_env env, napi_value objValue, WorkInfo &workInfo);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation_utils.h52 …uint16_t GetStorageInfo(std::shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode…
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp160 bool Common::GetStorageInfo(napi_env env, napi_value objValue, WorkInfo &workInfo) in GetStorageInfo() function in OHOS::WorkScheduler::Common
260 if (GetStorageInfo(env, objValue, workInfo)) { in GetWorkInfo()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation.cpp251 responseCode_ = operationUtils_->GetStorageInfo(data, containerType, errorCode); in GetPayloadDataSub()
H A Dmtp_operation_utils.cpp745 uint16_t MtpOperationUtils::GetStorageInfo(shared_ptr<PayloadData> &data, uint16_t containerType, i… in GetStorageInfo() function in OHOS::Media::MtpOperationUtils
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmock_mtp_operation_utils.cpp468 uint16_t MtpOperationUtils::GetStorageInfo(std::shared_ptr<PayloadData> &data, uint16_t containerTy… in GetStorageInfo() function in OHOS::Media::MtpOperationUtils
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_native_test.cpp2355 ret = mtpOperUtils->GetStorageInfo(data, containerType, errorCode);
2415 ret = mtpOperUtils->GetStorageInfo(data, containerType, errorCode);