Home
last modified time | relevance | path

Searched defs:location (Results 1 – 25 of 159) sorted by relevance

1234567

/ohos5.0/base/location/test/location_locator/source/
H A Dreport_manager_test.cpp76 std::unique_ptr<Location> location = std::make_unique<Location>(); in MockLocation() local
98 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
123 auto location = MockLocation(); variable
181 auto location = MockLocation(); variable
212 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
248 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
277 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
324 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
347 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
436 auto location = MockLocation(); variable
[all …]
H A Dfusion_controller_test.cpp115 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
166 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
178 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
195 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
H A Dlocation_approximately_permission_test.cpp82 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
109 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_program.cpp29 GLint location = glGetUniformLocation(program_, name.c_str()); in SetUniform() local
38 GLint location = glGetUniformLocation(program_, name.c_str()); in SetUniform() local
47 GLint location = glGetUniformLocation(program_, name.c_str()); in SetUniform() local
56 GLint location = glGetUniformLocation(program_, name.c_str()); in SetUniform() local
78 int location = glGetAttribLocation(program_, name.c_str()); in GetAttributeLocation() local
84 int location = glGetUniformLocation(program_, name.c_str()); in GetUniformLocation() local
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dfusion_controller.cpp64 …nique_ptr<Location> FusionController::chooseBestLocation(const std::unique_ptr<Location>& location, in chooseBestLocation()
97 bool FusionController::CheckIfLastIndoorLocationValid(const std::unique_ptr<Location>& location, in CheckIfLastIndoorLocationValid()
109 bool FusionController::CheckIfLastGnssLocationValid(const std::unique_ptr<Location>& location, in CheckIfLastGnssLocationValid()
121 …::unique_ptr<Location> FusionController::GetFuseLocation(const std::unique_ptr<Location>& location, in GetFuseLocation()
H A Dreport_manager.cpp58 bool ReportManager::OnReportLocation(const std::unique_ptr<Location>& location, std::string ability… in OnReportLocation()
110 std::unique_ptr<Location>& location) in UpdateLocationByRequest()
124 const std::unique_ptr<Location>& location, std::string abilityName) in ProcessRequestForReport()
184 void ReportManager::LocationReportDelayTimeCheck(const std::unique_ptr<Location>& location, in LocationReportDelayTimeCheck()
205 std::unique_ptr<Location>& location, std::string abilityName) in ExecuteReportProcess()
221 const std::unique_ptr<Location>& location) in GetPermittedLocation()
285 bool ReportManager::ResultCheck(const std::unique_ptr<Location>& location, in ResultCheck()
338 void ReportManager::UpdateCacheLocation(const std::unique_ptr<Location>& location, std::string abil… in UpdateCacheLocation()
354 void ReportManager::UpdateLastLocation(const std::unique_ptr<Location>& location) in UpdateLastLocation()
425 …nique_ptr<Location> ReportManager::ApproximatelyLocation(const std::unique_ptr<Location>& location) in ApproximatelyLocation()
[all …]
H A Dsubability_common.cpp170 …lity::SetMockedLocations(const int timeInterval, const std::vector<std::shared_ptr<Location>> &loc… in SetMockedLocations()
182 void SubAbility::CacheLocationMock(const std::vector<std::shared_ptr<Location>> &location) in CacheLocationMock()
215 const std::string& systemAbility, const std::shared_ptr<Location> location) in ReportLocationInfo()
/ohos5.0/base/location/frameworks/base_module/source/
H A Dlocation.cpp51 Location::Location(Location& location) in Location() function in OHOS::Location::Location
116 std::shared_ptr<Location> location = std::make_shared<Location>(); in UnmarshallingShared() local
123 std::unique_ptr<Location> location = std::make_unique<Location>(); in Unmarshalling() local
184 bool Location::LocationEqual(const std::unique_ptr<Location>& location) in LocationEqual()
205 bool Location::AdditionEqual(const std::unique_ptr<Location>& location) in AdditionEqual()
/ohos5.0/base/location/services/location_network/network/source/
H A Dnetwork_callback_host.cpp39 std::unique_ptr<Location> location = Location::Unmarshalling(data); in OnRemoteRequest() local
44 std::unique_ptr<Location> location = Location::Unmarshalling(data); in OnRemoteRequest() local
63 void NetworkCallbackHost::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/native/fileio/
H A Dfileio_native.cpp36 bool CheckLocation(const std::string &location) in CheckLocation()
66 std::string location = std::string(value.get(), static_cast<size_t>(size)); in GetLocationFromPath() local
76 __attribute__((visibility("default"))) int GetFileLocation(char *uri, int uriLength, int *location) in GetFileLocation()
/ohos5.0/base/location/frameworks/native/locator_agent/source/
H A Dnative_location_callback_host.cpp36 std::unique_ptr<Location> location = Location::Unmarshalling(data); in OnRemoteRequest() local
48 void NativeLocationCallbackHost::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport()
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_callback_host.cpp32 std::unique_ptr<Location> location = Location::Unmarshalling(data); in OnRemoteRequest() local
55 void LocatorCallbackHost::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_callback_adapter_test/
H A Dlocation_callback_adapter_test.cpp52 const std::shared_ptr<LocationInfo> location) override in OnLocationReport()
95 … std::unique_ptr<OHOS::Location::Location> location = std::make_unique<OHOS::Location::Location>(); variable
123 … std::unique_ptr<OHOS::Location::Location> location = std::make_unique<OHOS::Location::Location>(); variable
/ohos5.0/base/location/frameworks/native/location_ndk/source/
H A Dlocation_info_callback_host.cpp40 std::unique_ptr<Location> location = Location::Unmarshalling(data); in OnRemoteRequest() local
52 void LocationInfoCallbackHost::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport()
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_callback_adapter_impl.cpp41 std::unique_ptr<OHOS::Location::Location> location = in OnRemoteRequest() local
65 const std::unique_ptr<OHOS::Location::Location>& location) in OnLocationReport()
/ohos5.0/base/update/sys_installer/frameworks/installer_manager/src/
H A Dinstaller_manager_helper.cpp79 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip()
84 int32_t InstallerManagerHelper::StartDeleteParaZip(const std::string &location, const std::string &… in StartDeleteParaZip()
H A Dinstaller_manager.cpp79 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip()
88 int32_t InstallerManager::StartDeleteParaZip(const std::string &location, const std::string &cfgDir) in StartDeleteParaZip()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/c/fileio/
H A Dfileio.c22 …e__((visibility("default"))) int OH_FileIO_GetFileLocation(char *uri, int uriLength, int *location) in OH_FileIO_GetFileLocation()
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/
H A Dsys_installer_server.cpp72 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip()
78 int32_t SysInstallerServer::StartDeleteParaZip(const std::string &location, const std::string &cfgD… in StartDeleteParaZip()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H A Dlocation_proxy_adapter_test.cpp57 const std::shared_ptr<LocationInfo> location) override in OnLocationReport()
152 … std::unique_ptr<OHOS::Location::Location> location = std::make_unique<OHOS::Location::Location>(); variable
186 std::unique_ptr<OHOS::Location::Location> location = nullptr; variable
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/lpfence/
H A Dlpfence_request_cell_db.md40 ### location subsection
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_user_data_encode.cpp57 uint16_t location = buffer.GetIndex(); in EncodeGsmHeadPdu() local
132 uint16_t location = buffer.GetIndex(); in Encode8bitHeadPdu() local
206 uint16_t location = buffer.GetIndex(); in EncodeUcs2HeadPdu() local
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/location/
H A D_gnss_ref_info.md41 ### location subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A D_camera___photo_capture_setting.md29 ### location subsection
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A D_camera___photo_capture_setting.md29 ### location subsection

1234567