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:STAGE_CANCEL
(Results
1 - 11
of
11
) sorted by relevance
/foundation/ability/ability_runtime/services/common/include/
H
A
D
ability_manager_radar.h
35
STAGE_CANCEL
= 3,
member in OHOS::AAFWK::StageRes
/foundation/deviceprofile/device_info_manager/old/radar/include/
H
A
D
dp_radar_helper.h
50
STAGE_CANCEL
= 0x3,
member in OHOS::DeviceProfile::StageRes
/foundation/deviceprofile/device_info_manager/old/radar/test/unittest/
H
A
D
dp_radar_helper_test.cpp
48
info.stageRes = static_cast<int32_t>(StageRes::
STAGE_CANCEL
);
in HWTEST_F()
72
info.stageRes = static_cast<int32_t>(StageRes::
STAGE_CANCEL
);
in HWTEST_F()
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
dm_radar_helper_test.cpp
49
info.stageRes = static_cast<int32_t>(StageRes::
STAGE_CANCEL
);
in HWTEST_F()
65
info.stageRes = static_cast<int32_t>(StageRes::
STAGE_CANCEL
);
in HWTEST_F()
/foundation/deviceprofile/device_info_manager/radar/include/
H
A
D
dp_radar_helper.h
74
STAGE_CANCEL
= 0x3,
member in OHOS::DistributedDeviceProfile::StageRes
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H
A
D
distributed_radar.h
76
STAGE_CANCEL
= 3,
member in OHOS::DistributedSchedule::StageRes
/foundation/distributedhardware/device_manager/radar/include/
H
A
D
dm_radar_helper.h
58
STAGE_CANCEL
= 0x3,
member in OHOS::DistributedHardware::StageRes
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H
A
D
softbus_connector.cpp
243
static_cast<int32_t>(StageRes::
STAGE_CANCEL
) : static_cast<int32_t>(StageRes::STAGE_FAIL),
in StopDiscovery()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H
A
D
softbus_listener.cpp
584
static_cast<int32_t>(StageRes::
STAGE_CANCEL
) : static_cast<int32_t>(StageRes::STAGE_FAIL),
in StopRefreshSoftbusLNN()
/foundation/distributedhardware/device_manager/radar/src/
H
A
D
dm_radar_helper.cpp
127
if (info.stageRes == static_cast<int32_t>(StageRes::
STAGE_CANCEL
)) {
in ReportDiscoverUserRes()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
dm_auth_manager.cpp
1061
static_cast<int32_t>(StageRes::
STAGE_CANCEL
) : static_cast<int32_t>(StageRes::STAGE_SUCC),
in StartAuthProcess()
1535
.stageRes = static_cast<int32_t>(StageRes::
STAGE_CANCEL
),
in OnUserOperation()
Completed in 21 milliseconds