Home
last modified time | relevance | path

Searched refs:Location (Results 1 - 25 of 34) sorted by relevance

12

/foundation/filemanagement/file_api/interfaces/kits/native/fileio/
H A Dfileio_native.cpp27 enum Location { enum
42 if (fileLocation < Location::LOCAL || fileLocation > Location::LOCAL_AND_CLOUD) { in CheckLocation()
57 Location defaultLocation = LOCAL; in GetLocationFromPath()
71 defaultLocation = static_cast<Location>(atoi(location.c_str())); in GetLocationFromPath()
/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dtoken.h103 struct Location { struct
111 Location location;
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dphoto_output.h140 typedef struct Location { struct
153 } Location; typedef
198 * @brief Set the GPS Location for the photo capture settings.
206 * @brief Set the GPS Location for the photo capture settings.
210 void SetLocation(std::shared_ptr<Location>& location);
213 * @brief Get the GPS Location for the photo capture settings.
217 void GetLocation(std::shared_ptr<Location>& location);
247 std::shared_ptr<Location> location_;
315 * information such as: Rotation, Location, Mirror & Quality.
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/
H A Dstat_entity.h24 enum Location { enum
H A Dstat_n_exporter.cpp260 Location defaultLocation = LOCAL; in GetLocation()
272 defaultLocation = static_cast<Location>(atoi(location.c_str())); in GetLocation()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dav_common.h91 struct Location { struct
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dmedia_types.h80 struct Location { struct in OHOS::Media::Plugins::Seekable
/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dmedia_core.h268 struct Location { struct
/foundation/multimedia/player_framework/interfaces/kits/js/
H A Daudio_recorder_napi.h70 Location location;
H A Dvideo_recorder_napi.h92 Location location; // Optional
/foundation/multimedia/player_framework/services/services/recorder/client/
H A Drecorder_client.h75 int32_t GetLocation(Location &location) override;
/foundation/multimedia/player_framework/frameworks/native/recorder/
H A Drecorder_impl.h72 int32_t GetLocation(Location &location) override;
H A Drecorder_impl.cpp53 int32_t RecorderImpl::GetLocation(Location &location) in GetLocation()
/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Drecorder_service_proxy.h71 int32_t GetLocation(Location &location) override;
H A Di_standard_recorder_service.h89 virtual int32_t GetLocation(Location &location) = 0;
H A Drecorder_service_stub.h77 int32_t GetLocation(Location &location) override;
/foundation/multimedia/player_framework/services/include/
H A Di_recorder_service.h572 virtual int32_t GetLocation(Location &location) = 0;
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp43 location_ = std::make_shared<Location>(); in PhotoCaptureSetting()
116 std::shared_ptr<Location> location = std::make_shared<Location>(); in SetGpsLocation()
123 void PhotoCaptureSetting::SetLocation(std::shared_ptr<Location>& location) in SetLocation()
146 void PhotoCaptureSetting::GetLocation(std::shared_ptr<Location>& location) in GetLocation()
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_output_impl.cpp311 std::shared_ptr<Location> location = std::make_shared<Location>(); in Capture_WithCaptureSetting()
H A Dphoto_listener_impl.cpp267 auto location = std::make_shared<Location>(); in CreateMediaLibrary()
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.cpp275 // Location in ConfigPhotoCaptureSetting()
276 std::unique_ptr<Location> location = std::make_unique<Location>(); in ConfigPhotoCaptureSetting()
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h115 int32_t GetLocation(Location &location) override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp626 std::shared_ptr<CameraStandard::Location> location = std::make_shared<CameraStandard::Location>(); in SetPhotoCaptureLocation()
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder.h988 virtual int32_t GetLocation(Location &location) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Dmain.cpp266 // Location in ConfigPhotoCaptureSetting()
267 auto location = std::make_shared<Location>(); in ConfigPhotoCaptureSetting()

Completed in 23 milliseconds

12