/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/ |
H A D | stat_n_exporter.h | 60 static napi_value GetLocation(napi_env env, napi_callback_info info);
|
H A D | stat_n_exporter.cpp | 233 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 D | recorder_service_stub.h | 77 int32_t GetLocation(Location &location) override; 128 int32_t GetLocation(MessageParcel &data, MessageParcel &reply);
|
H A D | recorder_service_proxy.h | 71 int32_t GetLocation(Location &location) override;
|
H A D | recorder_service_stub.cpp | 134 [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 D | i_standard_recorder_service.h | 89 virtual int32_t GetLocation(Location &location) = 0;
|
H A D | recorder_service_proxy.cpp | 793 int32_t RecorderServiceProxy::GetLocation(Location &location) in GetLocation() function in OHOS::Media::RecorderServiceProxy
|
/foundation/multimedia/player_framework/services/services/recorder/client/ |
H A D | recorder_client.h | 75 int32_t GetLocation(Location &location) override;
|
H A D | recorder_client.cpp | 478 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 D | recorder_impl.h | 72 int32_t GetLocation(Location &location) override;
|
H A D | recorder_impl.cpp | 53 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 D | i_recorder_service.h | 572 virtual int32_t GetLocation(Location &location) = 0;
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | playlist_downloader.cpp | 216 downloader_->GetCurrentRequest()->GetLocation(location); in SaveData()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/ |
H A D | downloader.h | 118 void GetLocation(std::string& location) const;
|
H A D | downloader.cpp | 240 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 D | photo_output.h | 217 void GetLocation(std::shared_ptr<Location>& location);
|
/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | recorder_server.h | 115 int32_t GetLocation(Location &location) override;
|
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | photo_listener_impl.cpp | 268 settings->GetLocation(location); in CreateMediaLibrary()
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | recorder.h | 988 virtual int32_t GetLocation(Location &location) = 0;
|
/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.h | 394 bool GetLocation(std::unique_ptr<AVRecorderAsyncContext> &asyncCtx, napi_env env, napi_value args);
|
H A D | avrecorder_napi.cpp | 1436 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 D | file_operations_cloud_mock.cpp | 486 string GetLocation(fuse_req_t req, shared_ptr<CloudDiskInode> inoPtr) in GetLocation() function
|
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | file_operations_cloud.cpp | 932 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 D | photo_output.cpp | 146 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 D | photo_output_napi.cpp | 668 settings->GetLocation(location); in GetLocationBySettings() 917 settings->GetLocation(location); in CreateMediaLibrary()
|