Searched refs:GetStorageInfo (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/ |
H A D | work_scheduler_mock.cpp | 28 FFI_EXPORT int GetStorageInfo = 0; variable
|
H A D | work_scheduler_ffi.cpp | 117 ret = GetStorageInfo(cwork, workInfo, hasConditions); in GetWorkInfo() 193 int32_t GetStorageInfo(RetWorkInfo cwork, WorkInfo& workInfo, bool& hasCondition) in GetStorageInfo() function
|
H A D | work_scheduler_ffi.h | 63 …int32_t GetStorageInfo(RetWorkInfo cwork, OHOS::WorkScheduler::WorkInfo& workInfo, bool& hasCondit…
|
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/ |
H A D | common.h | 217 static bool GetStorageInfo(napi_env env, napi_value objValue, WorkInfo &workInfo);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | mtp_operation_utils.h | 52 …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 D | common.cpp | 160 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 D | mtp_operation.cpp | 251 responseCode_ = operationUtils_->GetStorageInfo(data, containerType, errorCode); in GetPayloadDataSub()
|
H A D | mtp_operation_utils.cpp | 745 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 D | mock_mtp_operation_utils.cpp | 468 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 D | mtp_native_test.cpp | 2355 ret = mtpOperUtils->GetStorageInfo(data, containerType, errorCode); 2415 ret = mtpOperUtils->GetStorageInfo(data, containerType, errorCode);
|