Searched refs:GEO_CONVERT (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/location/test/location_geocode/source/ |
H A D | geo_convert_service_test.cpp | 115 LBSLOGI(GEO_CONVERT, "[GeoConvertServiceTest] GeoConvertAvailable001 begin"); 123 LBSLOGI(GEO_CONVERT, "[GeoConvertServiceTest] GeoConvertAvailable001 end"); 245 LBSLOGI(GEO_CONVERT, "[GeoConvertServiceTest] ReverseGeocodingMock001 end"); 305 LBSLOGI(GEO_CONVERT, "[GeoConvertServiceTest] GeoConvertInit001 begin"); 308 LBSLOGI(GEO_CONVERT, "[GeoConvertServiceTest] GeoConvertOnInit001 end"); 330 LBSLOGI(GEO_CONVERT, "[GeoConvertServiceTest] GeoConvertOnStop001 begin"); 332 LBSLOGI(GEO_CONVERT, "[GeoConvertServiceTest] GeoConvertOnStop001 end"); 367 LBSLOGI(GEO_CONVERT, "[GeoConvertServiceTest] GeoConvertOnStart001 begin"); 370 LBSLOGI(GEO_CONVERT, "[GeoConvertServiceTest] GeoConvertOnStart001 end"); 377 LBSLOGI(GEO_CONVERT, "[GeoConvertServiceTest] GeoConvertOnStart002 begin"); [all …]
|
H A D | geo_convert_callback_host_test.cpp | 45 LBSLOGI(GEO_CONVERT, "[GeoConvertCallbackHostTest] GeoConvertCallbackHostTest001 begin"); 55 LBSLOGI(GEO_CONVERT, "[GeoConvertCallbackHostTest] GeoConvertCallbackHostTest001 end"); 62 LBSLOGI(GEO_CONVERT, "[GeoConvertCallbackHostTest] GeoConvertCallbackHostTest002 begin"); 72 LBSLOGI(GEO_CONVERT, "[GeoConvertCallbackHostTest] GeoConvertCallbackHostTest002 end"); 79 LBSLOGI(GEO_CONVERT, "[GeoConvertCallbackHostTest] GeoConvertCallbackHostTest003 begin"); 91 LBSLOGI(GEO_CONVERT, "[GeoConvertCallbackHostTest] GeoConvertCallbackHostTest003 end"); 98 LBSLOGI(GEO_CONVERT, "[GeoConvertCallbackHostTest] GeoConvertCallbackHostTest004 begin"); 101 LBSLOGI(GEO_CONVERT, "[GeoConvertCallbackHostTest] GeoConvertCallbackHostTest004 end"); 108 LBSLOGI(GEO_CONVERT, "[GeoConvertCallbackHostTest] GeoConvertCallbackHostTest005 begin"); 112 LBSLOGI(GEO_CONVERT, "[GeoConvertCallbackHostTest] GeoConvertCallbackHostTest005 end"); [all …]
|
/ohos5.0/base/location/services/location_geocode/geocode/source/ |
H A D | geo_convert_service.cpp | 49 LBSLOGI(GEO_CONVERT, "GeoConvertService constructed."); in GeoConvertService() 124 LBSLOGD(GEO_CONVERT, "start ConnectService"); in ConnectService() 129 LBSLOGE(GEO_CONVERT, "get service name failed!"); in ConnectService() 135 LBSLOGE(GEO_CONVERT, "get service name failed!"); in ConnectService() 141 LBSLOGE(GEO_CONVERT, "get connection failed!"); in ConnectService() 183 LBSLOGE(GEO_CONVERT, "get service name failed!"); in IsGeoConvertAvailable() 294 LBSLOGD(GEO_CONVERT, "EnableReverseGeocodingMock"); in EnableReverseGeocodingMock() 301 LBSLOGD(GEO_CONVERT, "DisableReverseGeocodingMock"); in DisableReverseGeocodingMock() 309 LBSLOGD(GEO_CONVERT, "SetReverseGeocodingMockInfo"); in SetReverseGeocodingMockInfo() 417 LBSLOGE(GEO_CONVERT, "serviceProxy is nullptr!"); in SendGeocodeRequest() [all …]
|
H A D | geo_convert_skeleton.cpp | 148 LBSLOGI(GEO_CONVERT, in OnRemoteRequest() 152 LBSLOGE(GEO_CONVERT, "invalid token."); in OnRemoteRequest() 162 LBSLOGE(GEO_CONVERT, "OnReceived cmd = %{public}u, unsupport service.", code); in OnRemoteRequest()
|
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | geo_convert_callback_host.cpp | 29 LBSLOGD(GEO_CONVERT, "GeoConvertCallbackHost::OnRemoteRequest, code=%{public}d", code); in OnRemoteRequest() 31 LBSLOGE(GEO_CONVERT, "invalid token."); in OnRemoteRequest() 38 LBSLOGE(GEO_CONVERT, "something wrong, errCode = %{public}d", errCode); in OnRemoteRequest() 67 LBSLOGD(GEO_CONVERT, "GeoConvertCallbackHost::OnResults"); in OnResults() 76 LBSLOGD(GEO_CONVERT, "GeoConvertCallbackHost::OnErrorReport, errCode = %{public}d", errorCode); in OnErrorReport() 84 LBSLOGD(GEO_CONVERT, "GeoConvertCallbackHost::GetResult"); in GetResult() 91 LBSLOGE(GEO_CONVERT, "GetResult() timeout!"); in GetResult()
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | geo_convert_proxy.cpp | 38 LBSLOGE(GEO_CONVERT, "write interfaceToken fail!"); in GetAddressByCoordinate() 43 LBSLOGI(GEO_CONVERT, "GetAddressByCoordinate result from server."); in GetAddressByCoordinate() 52 LBSLOGE(GEO_CONVERT, "write interfaceToken fail!"); in GetAddressByLocationName() 59 LBSLOGI(GEO_CONVERT, "GetAddressByLocationName result from server."); in GetAddressByLocationName() 69 LBSLOGE(GEO_CONVERT, "write interfaceToken fail!"); in SendSimpleMsg() 83 LBSLOGE(GEO_CONVERT, "SendMsgWithDataReply remote is null"); in SendMsgWithDataReply() 88 LBSLOGD(GEO_CONVERT, "Proxy::SendMsgWithDataReply result from server."); in SendMsgWithDataReply() 120 LBSLOGE(GEO_CONVERT, "write interfaceToken fail!"); in SetReverseGeocodingMockInfo()
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | location_log.h | 67 static constexpr OHOS::HiviewDFX::HiLogLabel GEO_CONVERT = {LOG_CORE, LOCATION_LOG_DOMAIN, "GeoConv… variable
|
/ohos5.0/base/location/frameworks/location_common/common/source/ |
H A D | common_utils.cpp | 89 return GEO_CONVERT; in GetLabel()
|