/ohos5.0/base/location/frameworks/js/napi/include/ |
H A D | location_napi_system.h | 23 napi_value GetLocation(napi_env env, napi_callback_info cbinfo);
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | geo_coding_mock_info.h | 35 std::shared_ptr<ReverseGeocodeRequest> GetLocation();
|
/ohos5.0/base/location/frameworks/location_common/common/source/ |
H A D | geo_coding_mock_info.cpp | 33 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 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()
|
/ohos5.0/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_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 | recorder_service_proxy.h | 71 int32_t GetLocation(Location &location) override;
|
H A D | i_standard_recorder_service.h | 89 virtual int32_t GetLocation(Location &location) = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/include/ |
H A D | location_proxy_adapter_impl.h | 66 std::unique_ptr<OHOS::Location::Location>& GetLocation();
|
/ohos5.0/base/location/services/location_geocode/geocode/source/ |
H A D | geo_convert_service.cpp | 231 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 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()
|
H A D | recorder_impl.h | 72 int32_t GetLocation(Location &location) override;
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_recorder_service.h | 572 virtual int32_t GetLocation(Location &location) = 0;
|
/ohos5.0/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 484 return recorderProxy_->GetLocation(location); in GetLocation()
|
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/src/ |
H A D | location_proxy_adapter_impl.cpp | 221 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 D | downloader.h | 118 void GetLocation(std::string& location) const;
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | photo_output.h | 220 void GetLocation(std::shared_ptr<Location>& location);
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | recorder_server.h | 115 int32_t GetLocation(Location &location) override;
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/ |
H A D | location_proxy_adapter_test.cpp | 172 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 D | playlist_downloader.cpp | 217 downloader_->GetCurrentRequest()->GetLocation(location); in SaveData()
|
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | location_napi_entry.cpp | 245 DECLARE_NAPI_FUNCTION("getLocation", GetLocation), in Init()
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | recorder.h | 988 virtual int32_t GetLocation(Location &location) = 0;
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | photo_listener_impl.cpp | 268 settings->GetLocation(location); in CreateMediaLibrary()
|