Home
last modified time | relevance | path

Searched refs:GetUuid (Results 1 - 19 of 19) sorted by relevance

/base/location/services/location_locator/locator/source/
H A Dwork_record.cpp156 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 Dsubability_common.cpp106 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 Dreport_manager.cpp75 if (request->GetUuid() == location->GetUuid() || location->GetIsFromMock()) { in OnReportLocation()
452 "requestAddress", request->GetUuid(), in WriteNetWorkReportEvent()
H A Drequest_manager.cpp357 "abilityName", abilityName, "requestAddress", request->GetUuid()}); in HandleRequest()
609 "requestAddress", request->GetUuid(), in UpdateRunningUids()
621 "abilityName", abilityName, "requestAddress", request->GetUuid()}); in UpdateRunningUids()
H A Dlocator_ability.cpp1724 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 Dwork_record.h48 std::string GetUuid(int index);
H A Dlocator_ability.h283 std::string GetUuid();
/base/location/test/location_locator/source/
H A Dwork_record_test.cpp288 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 Drequest.h39 std::string GetUuid();
H A Dlocation.h226 inline std::string GetUuid() const in GetUuid() function in OHOS::Location::Location
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscanner_info_helper.cpp48 NapiScanUtils::SetStringPropertyUtf8(env, jsObj, PARAM_TCP_UUID, info.GetUuid()); in MakeJsObject()
H A Dscanner_info.cpp122 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 Dnetwork_ability.cpp327 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 Dsoft_bus_channel.h220 std::string GetUuid();
/base/location/frameworks/base_module/source/
H A Dlocation.cpp73 uuid_ = location.GetUuid(); in Location()
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h51 [[nodiscard]] const std::string &GetUuid() const;
/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_channel.cpp138 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 Drequest.cpp181 std::string Request::GetUuid() in GetUuid() function in OHOS::Location::Request
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp350 uuid = scanDevInfoTcp.GetUuid(); in TestTCPSetUuid()

Completed in 19 milliseconds