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:ReadProfileEvents
(Results
1 - 4
of
4
) sorted by relevance
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H
A
D
device_profile_utils_test.cpp
96
* @tc.desc:
ReadProfileEvents
105
bool ret = DeviceProfileUtils::
ReadProfileEvents
(parcel, failedEvents);
in HWTEST_F()
111
* @tc.desc:
ReadProfileEvents
121
bool ret = DeviceProfileUtils::
ReadProfileEvents
(parcel, failedEvents);
in HWTEST_F()
127
* @tc.desc:
ReadProfileEvents
137
bool ret = DeviceProfileUtils::
ReadProfileEvents
(parcel, failedEvents);
in HWTEST_F()
143
* @tc.desc:
ReadProfileEvents
153
bool ret = DeviceProfileUtils::
ReadProfileEvents
(parcel, failedEvents);
in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/common/include/
H
A
D
device_profile_utils.h
30
static bool
ReadProfileEvents
(Parcel& parcel, std::list<ProfileEvent>& profileEvents);
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H
A
D
distributed_device_profile_proxy.cpp
127
if ((ret != ERR_OK) && !DeviceProfileUtils::
ReadProfileEvents
(reply, failedEvents)) {
in SubscribeProfileEvents()
160
if ((ret != ERR_OK) && !DeviceProfileUtils::
ReadProfileEvents
(reply, failedEvents)) {
in UnsubscribeProfileEvents()
/foundation/deviceprofile/device_info_manager/old/common/src/
H
A
D
device_profile_utils.cpp
44
bool DeviceProfileUtils::
ReadProfileEvents
(Parcel& parcel, std::list<ProfileEvent>& profileEvents)
in ReadProfileEvents()
function in OHOS::DeviceProfile::DeviceProfileUtils
Completed in 2 milliseconds