Home
last modified time | relevance | path

Searched refs:deliveryMode (Results 1 - 18 of 18) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/
H A Dmultistages_photo_capture_manager.cpp92 int deliveryMode = std::stoi(columns[1]); // 1 indicates delivery mode in HandleMultiStagesOperation() local
93 ProcessImage(fileId, deliveryMode); in HandleMultiStagesOperation()
478 void MultiStagesPhotoCaptureManager::ProcessImage(int fileId, int deliveryMode) in ProcessImage() argument
490 static_cast<RequestPolicy>(deliveryMode)); in ProcessImage()
495 callerBundleName.c_str(), photoId.c_str(), deliveryMode, currentRequestCount); in ProcessImage()
496 if ((deliveryMode == static_cast<int32_t>(RequestPolicy::HIGH_QUALITY_MODE) || in ProcessImage()
497 deliveryMode == static_cast<int32_t>(RequestPolicy::BALANCE_MODE)) && in ProcessImage()
/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp408 asyncContext->requestOptions.deliveryMode = requestOptions.deliveryMode; in NativeRequestImage()
450 asyncContext->requestOptions.deliveryMode = requestOptions.deliveryMode; in NativeRequestVideo()
509 asyncContext->requestOptions.deliveryMode = requestOptions.deliveryMode; in NativeRequestImageSource()
559 asyncContext->requestOptions.deliveryMode = requestOptions.deliveryMode; in NativeRequestMovingPhoto()
627 switch (asyncContext->requestOptions.deliveryMode) { in OnHandleRequestImage()
656 MEDIA_ERR_LOG("Invalid delivery mode %{public}d", asyncContext->requestOptions.deliveryMode); in OnHandleRequestImage()
713 ProcessImage(const int fileId, const int deliveryMode, const std::string &packageName) ProcessImage() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_asset_manager_test/src/
H A Dmedia_library_asset_manager_test.cpp265 requestOptions.deliveryMode = MediaLibrary_DeliveryMode::MEDIA_LIBRARY_FAST_MODE; in HWTEST_F()
313 requestOptions.deliveryMode = MediaLibrary_DeliveryMode::MEDIA_LIBRARY_HIGH_QUALITY_MODE; in HWTEST_F()
361 requestOptions.deliveryMode = MediaLibrary_DeliveryMode::MEDIA_LIBRARY_BALANCED_MODE; in HWTEST_F()
398 requestOptions.deliveryMode = MediaLibrary_DeliveryMode::MEDIA_LIBRARY_FAST_MODE; in HWTEST_F()
433 requestOptions.deliveryMode = MediaLibrary_DeliveryMode::MEDIA_LIBRARY_BALANCED_MODE; in HWTEST_F()
481 requestOptions.deliveryMode = MediaLibrary_DeliveryMode::MEDIA_LIBRARY_FAST_MODE; in HWTEST_F()
516 requestOptions.deliveryMode = MediaLibrary_DeliveryMode::MEDIA_LIBRARY_HIGH_QUALITY_MODE; in HWTEST_F()
551 requestOptions.deliveryMode = MediaLibrary_DeliveryMode::MEDIA_LIBRARY_HIGH_QUALITY_MODE; in HWTEST_F()
610 requestOptions.deliveryMode = MediaLibrary_DeliveryMode::MEDIA_LIBRARY_HIGH_QUALITY_MODE; in HWTEST_F()
/foundation/multimedia/media_library/interfaces/kits/c/
H A Dmedia_asset_base_capi.h201 MediaLibrary_DeliveryMode deliveryMode; member
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_asset_manager_napi.h97 DeliveryMode deliveryMode; member
170 static void ProcessImage(const int fileId, const int deliveryMode);
172 static void AddImage(const int fileId, DeliveryMode deliveryMode);
/foundation/multimedia/media_library/frameworks/native/c_api/media_asset_manger_capi/
H A Dmedia_asset_manager_capi.cpp41 dstRequestOption.deliveryMode = static_cast<NativeDeliveryMode>(srcRequestOption.deliveryMode); in OH_MediaAssetManager_Convert()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h43 int32_t deliveryMode; member
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedia_asset_data_handler_capi.h111 NativeDeliveryMode deliveryMode; member
H A Dmedia_asset_manager_impl.h52 void ProcessImage(const int fileId, const int deliveryMode, const std::string &packageName);
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/
H A Dmultistages_photo_capture_manager.h49 void ProcessImage(int fileId, int deliveryMode);
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp331 void MediaAssetManagerNapi::ProcessImage(const int fileId, const int deliveryMode) in ProcessImage() argument
338 std::vector<std::string> columns { std::to_string(fileId), std::to_string(deliveryMode) }; in ProcessImage()
353 void MediaAssetManagerNapi::AddImage(const int fileId, DeliveryMode deliveryMode) in AddImage() argument
359 valuesBucket.Put("deliveryMode", static_cast<int>(deliveryMode)); in AddImage()
364 DeliveryMode& deliveryMode) in GetDeliveryMode()
377 CHECK_STATUS_RET(napi_get_value_int32(env, property, &mode), "Failed to parse deliveryMode argument value"); in GetDeliveryMode()
385 deliveryMode = static_cast<DeliveryMode>(mode); in GetDeliveryMode()
418 napi_status ParseArgGetRequestOption(napi_env env, napi_value arg, DeliveryMode &deliveryMode, SourceMode &sourceMode) in ParseArgGetRequestOption() argument
420 CHECK_STATUS_RET(GetDeliveryMode(env, arg, "deliveryMode", deliveryMod in ParseArgGetRequestOption()
363 GetDeliveryMode(napi_env env, const napi_value arg, const string &propName, DeliveryMode& deliveryMode) GetDeliveryMode() argument
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h502 int deliveryMode; member
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h536 int32_t deliveryMode; member
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp509 paramSet.deliveryMode = lpDeviceParamSet.deliveryMode; in SetLpDeviceParam()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp466 if (!data.WriteInt32(paramSet.deliveryMode)) { in SetLpDeviceParam()
467 HILOGE("[SetLpDeviceParam] fail: write deliveryMode failed."); in SetLpDeviceParam()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h1429 int32_t deliveryMode; member
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp1346 outParam.deliveryMode = inParam->deliveryMode; in ConvertLpDeviceParamData()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c789 lpParam.deliveryMode = LP_DELIVERY_MODE_REPLY; in SoftbusSetLpParam()

Completed in 23 milliseconds