/base/location/services/location_locator/locator/source/ |
H A D | work_record.cpp | 156 std::string WorkRecord::GetUuid(int index) in GetUuid() function in OHOS::Location::WorkRecord 195 uuid_.push_back(request->GetUuid()); in Add() 208 uuid_.push_back(workRecord.GetUuid(index)); in Add()
|
H A D | subability_common.cpp | 106 bool isFind = newRecord.Find(uid, lastRecord_->GetName(i), lastRecord_->GetUuid(i)); in HandleRemoveRecord() 122 bool isFind = lastRecord_->Find(uid, newRecord.GetName(i), lastRecord_->GetUuid(i)); in HandleAddRecord()
|
H A D | report_manager.cpp | 75 if (request->GetUuid() == location->GetUuid() || location->GetIsFromMock()) { in OnReportLocation() 452 "requestAddress", request->GetUuid(), in WriteNetWorkReportEvent()
|
H A D | request_manager.cpp | 357 "abilityName", abilityName, "requestAddress", request->GetUuid()}); in HandleRequest() 609 "requestAddress", request->GetUuid(), in UpdateRunningUids() 621 "abilityName", abilityName, "requestAddress", request->GetUuid()}); in UpdateRunningUids()
|
H A D | locator_ability.cpp | 1724 std::string LocatorErrorMessage::GetUuid() in GetUuid() function in OHOS::Location::LocatorErrorMessage 2039 auto uuid = locatorErrorMessage->GetUuid(); in ReportNetworkLocatingErrorEvent() 2054 if (uuid.compare(request->GetUuid()) == 0) { in ReportNetworkLocatingErrorEvent()
|
/base/location/services/location_locator/locator/include/ |
H A D | work_record.h | 48 std::string GetUuid(int index);
|
H A D | locator_ability.h | 283 std::string GetUuid();
|
/base/location/test/location_locator/source/ |
H A D | work_record_test.cpp | 288 EXPECT_EQ("uuidForTest", workrecord->GetUuid(0)); in HWTEST_F() 292 EXPECT_EQ("", workrecord->GetUuid(1)); in HWTEST_F() 296 EXPECT_EQ("", workrecord->GetUuid(-1)); in HWTEST_F() 300 EXPECT_EQ("", workrecord->GetUuid(-1)); in HWTEST_F()
|
/base/location/interfaces/inner_api/include/ |
H A D | request.h | 39 std::string GetUuid();
|
H A D | location.h | 226 inline std::string GetUuid() const in GetUuid() function in OHOS::Location::Location
|
/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scanner_info_helper.cpp | 48 NapiScanUtils::SetStringPropertyUtf8(env, jsObj, PARAM_TCP_UUID, info.GetUuid()); in MakeJsObject()
|
H A D | scanner_info.cpp | 122 const std::string& ScanDeviceInfoTCP::GetUuid() const in GetUuid() function in OHOS::Scan::ScanDeviceInfoTCP 184 parcel.WriteString(GetUuid()); in Marshalling()
|
/base/location/services/location_network/network/source/ |
H A D | network_ability.cpp | 327 LBSLOGI(NETWORK, "start network location, uuid: %{public}s", workRecord.GetUuid(0).c_str()); in RequestNetworkLocation() 343 data.WriteString16(Str8ToStr16(workRecord.GetUuid(0))); in RequestNetworkLocation() 367 LBSLOGI(NETWORK, "stop network location, uuid: %{public}s", workRecord.GetUuid(0).c_str()); in RemoveNetworkLocation() 372 data.WriteString16(Str8ToStr16(workRecord.GetUuid(0))); in RemoveNetworkLocation()
|
/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | soft_bus_channel.h | 220 std::string GetUuid();
|
/base/location/frameworks/base_module/source/ |
H A D | location.cpp | 73 uuid_ = location.GetUuid(); in Location()
|
/base/print/print_fwk/frameworks/helper/scan_helper/include/ |
H A D | scanner_info.h | 51 [[nodiscard]] const std::string &GetUuid() const;
|
/base/security/access_token/services/tokensyncmanager/src/remote/ |
H A D | soft_bus_channel.cpp | 138 std::string SoftBusChannel::GetUuid() in GetUuid() function in OHOS::Security::AccessToken::SoftBusChannel 171 std::string uuid = GetUuid(); in ExecuteCommand()
|
/base/location/frameworks/location_common/common/source/ |
H A D | request.cpp | 181 std::string Request::GetUuid() in GetUuid() function in OHOS::Location::Request
|
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/ |
H A D | scanhelper_fuzzer.cpp | 350 uuid = scanDevInfoTcp.GetUuid(); in TestTCPSetUuid()
|