/ohos5.0/base/location/test/location_locator/source/ |
H A D | report_manager_test.cpp | 76 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 D | fusion_controller_test.cpp | 115 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 D | location_approximately_permission_test.cpp | 82 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 D | render_program.cpp | 29 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 D | fusion_controller.cpp | 64 …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 D | report_manager.cpp | 58 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 D | subability_common.cpp | 170 …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 D | location.cpp | 51 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 D | network_callback_host.cpp | 39 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 D | fileio_native.cpp | 36 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 D | native_location_callback_host.cpp | 36 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 D | locator_callback_host.cpp | 32 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 D | location_callback_adapter_test.cpp | 52 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 D | location_info_callback_host.cpp | 40 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 D | location_callback_adapter_impl.cpp | 41 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 D | installer_manager_helper.cpp | 79 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 D | installer_manager.cpp | 79 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 D | fileio.c | 22 …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 D | sys_installer_server.cpp | 72 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 D | location_proxy_adapter_test.cpp | 57 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 D | lpfence_request_cell_db.md | 40 ### location subsection
|
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_user_data_encode.cpp | 57 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.md | 41 ### location subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | _camera___photo_capture_setting.md | 29 ### location subsection
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | _camera___photo_capture_setting.md | 29 ### location subsection
|