Home
last modified time | relevance | path

Searched refs:GetLocation (Results 1 - 25 of 26) sorted by relevance

12

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/
H A Dstat_n_exporter.h60 static napi_value GetLocation(napi_env env, napi_callback_info info);
H A Dstat_n_exporter.cpp233 napi_value StatNExporter::GetLocation(napi_env env, napi_callback_info info) in GetLocation() function in OHOS::FileManagement::ModuleFileIO::StatNExporter
320 NVal::DeclareNapiGetter("location", GetLocation), in Export()
/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Drecorder_service_stub.h77 int32_t GetLocation(Location &location) override;
128 int32_t GetLocation(MessageParcel &data, MessageParcel &reply);
H A Drecorder_service_proxy.h71 int32_t GetLocation(Location &location) override;
H A Drecorder_service_stub.cpp134 [this](MessageParcel &data, MessageParcel &reply) { return GetLocation(data, reply); }; in FillRecFuncPart2()
467 int32_t RecorderServiceStub::GetLocation(Location &location) in GetLocation() function in OHOS::Media::RecorderServiceStub
470 return recorderServer_->GetLocation(location); in GetLocation()
867 int32_t RecorderServiceStub::GetLocation(MessageParcel &data, MessageParcel &reply) in GetLocation() function in OHOS::Media::RecorderServiceStub
870 GetLocation(location); in GetLocation()
H A Di_standard_recorder_service.h89 virtual int32_t GetLocation(Location &location) = 0;
H A Drecorder_service_proxy.cpp793 int32_t RecorderServiceProxy::GetLocation(Location &location) in GetLocation() function in OHOS::Media::RecorderServiceProxy
/foundation/multimedia/player_framework/services/services/recorder/client/
H A Drecorder_client.h75 int32_t GetLocation(Location &location) override;
H A Drecorder_client.cpp478 int32_t RecorderClient::GetLocation(Location &location) in GetLocation() function in OHOS::Media::RecorderClient
483 MEDIA_LOGD("GetLocation"); in GetLocation()
484 return recorderProxy_->GetLocation(location); in GetLocation()
/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() function in OHOS::Media::RecorderImpl
56 return recorderService_->GetLocation(location); in GetLocation()
/foundation/multimedia/player_framework/services/include/
H A Di_recorder_service.h572 virtual int32_t GetLocation(Location &location) = 0;
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp216 downloader_->GetCurrentRequest()->GetLocation(location); in SaveData()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h118 void GetLocation(std::string& location) const;
H A Ddownloader.cpp240 void DownloadRequest::GetLocation(std::string& location) const in GetLocation() function in OHOS::Media::Plugins::HttpPlugin::DownloadRequest
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dphoto_output.h217 void GetLocation(std::shared_ptr<Location>& location);
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h115 int32_t GetLocation(Location &location) override;
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_listener_impl.cpp268 settings->GetLocation(location); in CreateMediaLibrary()
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder.h988 virtual int32_t GetLocation(Location &location) = 0;
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h394 bool GetLocation(std::unique_ptr<AVRecorderAsyncContext> &asyncCtx, napi_env env, napi_value args);
H A Davrecorder_napi.cpp1436 recorder_->GetLocation(location);
1872 CHECK_AND_RETURN_RET(GetLocation(asyncCtx, env, args),
1873 (asyncCtx->AVRecorderSignError(MSERR_INCORRECT_PARAMETER_TYPE, "GetLocation", "Location",
1964 CHECK_AND_RETURN_RET(GetLocation(asyncCtx, env, metadata),
1965 (asyncCtx->AVRecorderSignError(MSERR_INVALID_VAL, "GetLocation", "Location"), MSERR_INVALID_VAL));
2033 bool AVRecorderNapi::GetLocation(std::unique_ptr<AVRecorderAsyncContext> &asyncCtx, napi_env env, napi_value args)
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_cloud_mock.cpp486 string GetLocation(fuse_req_t req, shared_ptr<CloudDiskInode> inoPtr) in GetLocation() function
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp932 string GetLocation(fuse_req_t req, shared_ptr<CloudDiskInode> inoPtr) in GetLocation() function
997 buf = GetLocation(req, inoPtr); in GetXattr()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp146 void PhotoCaptureSetting::GetLocation(std::shared_ptr<Location>& location) in GetLocation() function in OHOS::CameraStandard::PhotoCaptureSetting
150 MEDIA_DEBUG_LOG("PhotoCaptureSetting::GetLocation lat=%{private}f, long=%{private}f and alt=%{private}f", in GetLocation()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp668 settings->GetLocation(location); in GetLocationBySettings()
917 settings->GetLocation(location); in CreateMediaLibrary()

Completed in 36 milliseconds

12