/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/ |
H A D | multistages_photo_capture_manager.cpp | 92 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 D | media_asset_manager_impl.cpp | 408 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 D | media_library_asset_manager_test.cpp | 265 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 D | media_asset_base_capi.h | 201 MediaLibrary_DeliveryMode deliveryMode; member
|
/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | media_asset_manager_napi.h | 97 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 D | media_asset_manager_capi.cpp | 41 dstRequestOption.deliveryMode = static_cast<NativeDeliveryMode>(srcRequestOption.deliveryMode); in OH_MediaAssetManager_Convert()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_central_manager.h | 43 int32_t deliveryMode; member
|
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | media_asset_data_handler_capi.h | 111 NativeDeliveryMode deliveryMode; member
|
H A D | media_asset_manager_impl.h | 52 void ProcessImage(const int fileId, const int deliveryMode, const std::string &packageName);
|
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/ |
H A D | multistages_photo_capture_manager.h | 49 void ProcessImage(int fileId, int deliveryMode);
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_asset_manager_napi.cpp | 331 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 D | ohos_bt_gatt.h | 502 int deliveryMode; member
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_central_manager.h | 536 int32_t deliveryMode; member
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_central_manager.cpp | 509 paramSet.deliveryMode = lpDeviceParamSet.deliveryMode; in SetLpDeviceParam()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_central_manager_proxy.cpp | 466 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 D | ble_service_data.h | 1429 int32_t deliveryMode; member
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt.cpp | 1346 outParam.deliveryMode = inParam->deliveryMode; in ConvertLpDeviceParamData()
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/ |
H A D | softbus_ble_gatt.c | 789 lpParam.deliveryMode = LP_DELIVERY_MODE_REPLY; in SoftbusSetLpParam()
|