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
defs:workrecord
(Results
1 - 9
of
9
) sorted by relevance
/base/location/test/location_locator/source/
H
A
D
work_record_test.cpp
42
void WorkRecordTest::VerifyMarshalling(std::unique_ptr<WorkRecord>&
workrecord
)
in VerifyMarshalling()
argument
74
std::unique_ptr<WorkRecord>
workrecord
= WorkRecord::Unmarshalling(parcel);
in HWTEST_F()
local
117
std::unique_ptr<WorkRecord>
workrecord
= std::make_unique<WorkRecord>();
HWTEST_F()
local
152
std::unique_ptr<WorkRecord>
workrecord
= std::make_unique<WorkRecord>();
HWTEST_F()
local
174
std::unique_ptr<WorkRecord>
workrecord
= std::make_unique<WorkRecord>();
HWTEST_F()
local
185
std::unique_ptr<WorkRecord>
workrecord
= std::make_unique<WorkRecord>();
HWTEST_F()
local
206
std::unique_ptr<WorkRecord>
workrecord
= std::make_unique<WorkRecord>();
HWTEST_F()
local
238
std::unique_ptr<WorkRecord>
workrecord
= std::make_unique<WorkRecord>();
HWTEST_F()
local
271
std::unique_ptr<WorkRecord>
workrecord
= std::make_unique<WorkRecord>();
HWTEST_F()
local
281
std::unique_ptr<WorkRecord>
workrecord
= std::make_unique<WorkRecord>();
HWTEST_F()
local
[all...]
/base/location/services/location_locator/locator/source/
H
A
D
network_ability_proxy.cpp
33
LocationErrCode NetworkAbilityProxy::SendLocationRequest(WorkRecord &
workrecord
)
in SendLocationRequest()
argument
H
A
D
passive_ability_proxy.cpp
33
LocationErrCode PassiveAbilityProxy::SendLocationRequest(WorkRecord &
workrecord
)
in SendLocationRequest()
argument
H
A
D
gnss_ability_proxy.cpp
32
LocationErrCode GnssAbilityProxy::SendLocationRequest(WorkRecord &
workrecord
)
in SendLocationRequest()
argument
/base/location/services/location_passive/passive/source/
H
A
D
passive_ability_skeleton.cpp
70
std::unique_ptr<WorkRecord>
workrecord
= WorkRecord::Unmarshalling(data);
in SendLocationRequestInner()
local
H
A
D
passive_ability.cpp
93
LocationErrCode PassiveAbility::SendLocationRequest(WorkRecord &
workrecord
)
in SendLocationRequest()
argument
/base/location/services/location_network/network/source/
H
A
D
network_ability.cpp
214
LocationErrCode NetworkAbility::SendLocationRequest(WorkRecord &
workrecord
)
in SendLocationRequest()
argument
483
std::unique_ptr<WorkRecord>
workrecord
= WorkRecord::Unmarshalling(data);
in SendMessage()
local
607
std::unique_ptr<WorkRecord>
workrecord
= event->GetUniqueObject<WorkRecord>();
in ProcessEvent()
local
/base/location/test/location_gnss/source/
H
A
D
gnss_ability_test.cpp
1303
WorkRecord
workrecord
;
in HWTEST_F()
local
/base/location/services/location_gnss/gnss/source/
H
A
D
gnss_ability.cpp
180
LocationErrCode GnssAbility::SendLocationRequest(WorkRecord &
workrecord
)
in SendLocationRequest()
argument
1472
std::unique_ptr<WorkRecord>
workrecord
= WorkRecord::Unmarshalling(data);
in SendMessage()
local
1647
std::unique_ptr<WorkRecord>
workrecord
= event->GetUniqueObject<WorkRecord>();
in HandleSendLocationRequest()
local
Completed in 12 milliseconds