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:COMPLETED
(Results
1 - 17
of
17
) sorted by relevance
/base/request/request/frameworks/cj/ffi/src/
H
A
D
cj_notify_data_listener.cpp
51
notifyData->progress.state == State::
COMPLETED
&&
in IsHeaderReceive()
52
(notifyData->type == SubscribeType::PROGRESS || notifyData->type == SubscribeType::
COMPLETED
)) {
in IsHeaderReceive()
99
} else if (notifyData->type == SubscribeType::
COMPLETED
|| notifyData->type == SubscribeType::FAILED) {
in RemoveJSTask()
H
A
D
cj_request_event.cpp
43
{ EVENT_COMPLETED, SubscribeType::
COMPLETED
},
/base/request/request/frameworks/js/napi/src/
H
A
D
js_notify_data_listener.cpp
60
&& notifyData->progress.state == State::
COMPLETED
in IsHeaderReceive()
61
&& (notifyData->type == SubscribeType::PROGRESS || notifyData->type == SubscribeType::
COMPLETED
)) {
in IsHeaderReceive()
129
if (notifyData->type == SubscribeType::
COMPLETED
|| notifyData->type == SubscribeType::FAILED) {
in NotifyDataProcess()
147
case SubscribeType::
COMPLETED
:
in SubscribeTypeToString()
171
&& (notifyData->type == SubscribeType::
COMPLETED
|| notifyData->type == SubscribeType::FAILED
in CheckRemoveJSTask()
177
} else if (notifyData->type == SubscribeType::
COMPLETED
|| notifyData->type == SubscribeType::FAILED) {
in CheckRemoveJSTask()
H
A
D
request_event.cpp
37
{ EVENT_COMPLETE, SubscribeType::
COMPLETED
},
47
{ EVENT_COMPLETED, SubscribeType::
COMPLETED
},
81
{ State::
COMPLETED
, SESSION_SUCCESS },
H
A
D
request_module.cpp
64
NapiUtils::SetUint32Property(env, state, "
COMPLETED
", static_cast<uint32_t>(State::
COMPLETED
));
in NapiCreateState()
/base/hiviewdfx/hicollie/frameworks/native/
H
A
D
handler_checker.h
28
COMPLETED
= 0,
enumerator
H
A
D
handler_checker.cpp
54
return CheckStatus::
COMPLETED
;
in GetCheckState()
H
A
D
watchdog_task.cpp
197
if (EvaluateCheckerState() == CheckStatus::
COMPLETED
) {
in RunHandlerCheckerTask()
302
if (waitState == CheckStatus::
COMPLETED
) {
in EvaluateCheckerState()
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H
A
D
request_test.cpp
132
SubscribeType type = SubscribeType::
COMPLETED
;
in HWTEST_F()
167
notifyData->type = SubscribeType::
COMPLETED
;
in HWTEST_F()
175
notifyData->type = SubscribeType::
COMPLETED
;
in HWTEST_F()
200
SubscribeType type = SubscribeType::
COMPLETED
;
in HWTEST_F()
H
A
D
request_manager_test.cpp
304
type = SubscribeType::
COMPLETED
;
in HWTEST_F()
326
type = SubscribeType::
COMPLETED
;
in HWTEST_F()
/base/telephony/cellular_call/interfaces/innerkits/ims/
H
A
D
ims_call_types.h
73
COMPLETED
= 1,
enumerator
/base/request/request/frameworks/native/src/
H
A
D
request.cpp
52
if ((notifyData->type == SubscribeType::
COMPLETED
|| notifyData->type == SubscribeType::FAILED)
in NeedNotify()
/base/request/request/frameworks/js/napi/include/
H
A
D
js_common.h
87
COMPLETED
= 0,
member in OHOS::Request::SubscribeType
164
COMPLETED
= 0x40,
member in OHOS::Request::State
/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/
H
A
D
downloaduploadmanager_fuzzer.cpp
228
type = SubscribeType::
COMPLETED
;
in AddAndRemoveListenerRequestFuzzTest()
241
type = SubscribeType::
COMPLETED
;
in RemoveAllListenersRequestFuzzTest()
290
SubscribeType type = SubscribeType::
COMPLETED
;
in RequestFuzzTestOnNotifyDataReceive()
305
SubscribeType type = SubscribeType::
COMPLETED
;
in RequestFuzzTestAddAndRemoveListener()
/base/request/request/services/src/manage/scheduler/state/
H
A
D
sql.rs
300
const
COMPLETED
: u8 = State::Completed.repr;
consts
665
let states = [
COMPLETED
, FAILED, PAUSED, INIT];
in ut_account_unavailable()
/base/telephony/cellular_call/services/manager/src/
H
A
D
cellular_call_handler.cpp
1253
if (srvccState_ != SrvccState::
COMPLETED
) {
in UpdateSrvccStateReport()
1254
TELEPHONY_LOGE("[slot%{public}d] srvccState_ != SrvccState::
COMPLETED
", slotId_);
in UpdateSrvccStateReport()
1284
if (srvccState_ != SrvccState::
COMPLETED
) {
in SrvccStateCompleted()
1285
TELEPHONY_LOGE("[slot%{public}d] srvccState_ != SrvccState::
COMPLETED
", slotId_);
in SrvccStateCompleted()
/base/telephony/cellular_call/test/unittest/cstest/
H
A
D
cs2_test.cpp
1012
srvccStatus->status = SrvccState::
COMPLETED
;
in HWTEST_F()
Completed in 15 milliseconds