Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:uuid_
(Results
1 - 13
of
13
) sorted by relevance
/base/location/services/location_locator/locator/source/
H
A
D
work_record.cpp
73
parcel.WriteString(
uuid_
[i]);
in Marshalling()
112
result +=
uuid_
[i];
in ToString()
160
return
uuid_
[index];
in GetUuid()
195
uuid_
.push_back(request->GetUuid());
in Add()
208
uuid_
.push_back(workRecord.GetUuid(index));
in Add()
223
if ((name.compare(names_[i]) == 0) && (uuid.compare(
uuid_
[i]) == 0)) {
in Remove()
235
uuid_
.erase(
uuid_
.begin() + i);
in Remove()
260
uuid_
.erase(
uuid_
in Remove()
[all...]
H
A
D
locator_ability.cpp
1721
uuid_
= uuid;
in SetUuid()
1726
return
uuid_
;
in GetUuid()
/base/location/frameworks/base_module/source/
H
A
D
location.cpp
47
uuid_
= "";
in Location()
73
uuid_
= location.GetUuid();
in Location()
97
uuid_
= Str16ToStr8(parcel.ReadString16());
in ReadFromParcel()
151
parcel.WriteString16(Str8ToStr16(
uuid_
)) &&
in Marshalling()
182
", uuid : " +
uuid_
+
in ToString()
/base/location/interfaces/inner_api/include/
H
A
D
location.h
228
return
uuid_
;
in GetUuid()
233
uuid_
= uuid;
in SetUuid()
281
std::string
uuid_
;
member in OHOS::Location::Location
H
A
D
request.h
87
std::string
uuid_
;
member in OHOS::Location::Request
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H
A
D
freeze_json_generator.cpp
124
uuid_
(builder.
uuid_
),
in FreezeJsonParams()
153
uuid_
= uuid;
in InitUuid()
269
list.push_back(FreezeJsonUtil::GetStrByKeyValue(jsonParamsUuid,
uuid_
));
in JsonStr()
H
A
D
freeze_json_generator.h
124
std::string
uuid_
= "";
member in OHOS::HiviewDFX::FreezeJsonParams::Builder
171
std::string
uuid_
;
member in OHOS::HiviewDFX::FreezeJsonParams
/base/location/frameworks/location_common/common/source/
H
A
D
request.cpp
183
return
uuid_
;
in GetUuid()
188
uuid_
= uuid;
in SetUuid()
365
", uuid:" +
uuid_
+ ", packageName:" + packageName_;
in ToString()
/base/location/services/location_locator/locator/include/
H
A
D
work_record.h
60
std::vector<std::string>
uuid_
;
member in OHOS::Location::WorkRecord
H
A
D
locator_ability.h
289
std::string
uuid_
;
member in OHOS::Location::LocatorErrorMessage
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H
A
D
scanner_info.h
39
void SetUuid(const std::string &
uuid_
);
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H
A
D
scanner_info.cpp
72
void ScanDeviceInfoTCP::SetUuid(const std::string&
uuid_
)
in SetUuid()
argument
74
uuid =
uuid_
;
in SetUuid()
/base/location/test/location_locator/source/
H
A
D
work_record_test.cpp
283
workrecord->
uuid_
.clear();
in HWTEST_F()
284
workrecord->
uuid_
.push_back("uuidForTest");
in HWTEST_F()
Completed in 10 milliseconds