Home
last modified time | relevance | path

Searched refs:GetLocation (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/base/location/frameworks/js/napi/include/
H A Dlocation_napi_system.h23 napi_value GetLocation(napi_env env, napi_callback_info cbinfo);
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dgeo_coding_mock_info.h35 std::shared_ptr<ReverseGeocodeRequest> GetLocation();
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dgeo_coding_mock_info.cpp33 std::shared_ptr<ReverseGeocodeRequest> GeocodingMockInfo::GetLocation() in GetLocation() function in OHOS::Location::GeocodingMockInfo
/ohos5.0/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()
/ohos5.0/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_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 Drecorder_service_proxy.h71 int32_t GetLocation(Location &location) override;
H A Di_standard_recorder_service.h89 virtual int32_t GetLocation(Location &location) = 0;
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_proxy_adapter_impl.h66 std::unique_ptr<OHOS::Location::Location>& GetLocation();
/ohos5.0/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_service.cpp231 if (!CommonUtils::DoubleEqual(request.latitude, info->GetLocation()->latitude) || in ReportAddressMock()
232 !CommonUtils::DoubleEqual(request.longitude, info->GetLocation()->longitude)) { in ReportAddressMock()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/
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()
H A Drecorder_impl.h72 int32_t GetLocation(Location &location) override;
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_recorder_service.h572 virtual int32_t GetLocation(Location &location) = 0;
/ohos5.0/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
484 return recorderProxy_->GetLocation(location); in GetLocation()
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_proxy_adapter_impl.cpp221 std::unique_ptr<OHOS::Location::Location>& LocationInfoImpl::GetLocation() in GetLocation() function in OHOS::NWeb::LocationInfoImpl
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h118 void GetLocation(std::string& location) const;
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dphoto_output.h220 void GetLocation(std::shared_ptr<Location>& location);
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h115 int32_t GetLocation(Location &location) override;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H A Dlocation_proxy_adapter_test.cpp172 std::unique_ptr<OHOS::Location::Location>& locationInfo = locationInfoImpl->GetLocation();
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp217 downloader_->GetCurrentRequest()->GetLocation(location); in SaveData()
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_entry.cpp245 DECLARE_NAPI_FUNCTION("getLocation", GetLocation), in Init()
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder.h988 virtual int32_t GetLocation(Location &location) = 0;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_listener_impl.cpp268 settings->GetLocation(location); in CreateMediaLibrary()

12