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:CanDump
(Results
1 - 13
of
13
) sorted by relevance
/foundation/deviceprofile/device_info_manager/old/services/core/src/dfx/
H
A
D
device_profile_dumper.cpp
41
if (!
CanDump
()) {
in Dump()
72
bool DeviceProfileDumper::
CanDump
()
in CanDump()
function in OHOS::DeviceProfile::DeviceProfileDumper
/foundation/deviceprofile/device_info_manager/services/core/src/dfx/
H
A
D
device_profile_dumper.cpp
40
if (!
CanDump
()) {
in Dump()
71
bool DeviceProfileDumper::
CanDump
()
in CanDump()
function in OHOS::DistributedDeviceProfile::DeviceProfileDumper
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/
H
A
D
distributed_ability_manager_dumper.cpp
36
if (!
CanDump
()) {
in Dump()
59
bool DistributedAbilityManagerDumper::
CanDump
()
in CanDump()
function in OHOS::DistributedSchedule::DistributedAbilityManagerDumper
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H
A
D
distributed_sched_dumper.cpp
38
if (!
CanDump
()) {
in Dump()
66
bool DistributedSchedDumper::
CanDump
()
in CanDump()
function in OHOS::DistributedSchedule::DistributedSchedDumper
/foundation/ability/dmsfwk/services/dtbabilitymgr/include/
H
A
D
distributed_ability_manager_dumper.h
31
static bool
CanDump
();
/foundation/deviceprofile/device_info_manager/old/services/core/include/dfx/
H
A
D
device_profile_dumper.h
34
static bool
CanDump
();
/foundation/deviceprofile/device_info_manager/services/core/include/dfx/
H
A
D
device_profile_dumper.h
34
static bool
CanDump
();
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H
A
D
device_profile_dfx_test.cpp
81
* @tc.desc:
CanDump
88
auto result = dumper->
CanDump
();
in HWTEST_F()
109
* @tc.desc:
CanDump
117
auto result = dumper->
CanDump
();
in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H
A
D
distributed_sched_dumper.h
31
static bool
CanDump
();
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H
A
D
system_ability_manager_dumper.cpp
54
if (!
CanDump
()) {
in FfrtDumpProc()
238
if (!
CanDump
()) {
in IpcDumpCmdParser()
263
if (!
CanDump
()) {
in Dump()
301
bool SystemAbilityManagerDumper::
CanDump
()
in CanDump()
function in OHOS::SystemAbilityManagerDumper
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H
A
D
system_ability_manager_dumper.h
52
static bool
CanDump
();
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/
H
A
D
distributed_sched_dumper_test.cpp
214
* @tc.desc:
CanDump
222
bool res = DistributedSchedDumper::
CanDump
();
in HWTEST_F()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H
A
D
system_ability_manager_dumper_test.cpp
53
* @tc.desc: call
CanDump
, nativeTokenInfo.processName is not HIDUMPER_PROCESS_NAME
60
bool result = SystemAbilityManagerDumper::
CanDump
();
in HWTEST_F()
280
* @tc.desc: call
CanDump
, nativeTokenInfo.processName is HIDUMPER_PROCESS_NAME
288
bool result = SystemAbilityManagerDumper::
CanDump
();
in HWTEST_F()
Completed in 5 milliseconds