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:isFinished_
(Results
1 - 6
of
6
) sorted by relevance
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H
A
D
async_command_base.cpp
82
if (
isFinished_
) {
in OnResult()
86
isFinished_
= true;
in OnResult()
94
if (
isFinished_
) {
in OnAcquireInfo()
124
if (
isFinished_
) {
in OnMessage()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
web_scheme_handler_request.cpp
569
if (
isFinished_
) {
in DidReceiveResponse()
577
if (
isFinished_
) {
in DidReceiveResponseBody()
585
if (
isFinished_
) {
in DidFinish()
590
isFinished_
= true;
in DidFinish()
597
if (
isFinished_
) {
in DidFailWithError()
602
isFinished_
= true;
in DidFailWithError()
H
A
D
web_scheme_handler_request.h
143
isFinished_
= true;
in SetFinishFlag()
146
bool
isFinished_
= false;
member in OHOS::NWeb::WebResourceHandler
/base/notification/eventhandler/frameworks/eventhandler/src/
H
A
D
deamon_io_waiter.cpp
52
if (!
isFinished_
) {
in ~DeamonIoWaiter()
142
isFinished_
= true;
in StopEpollIoWaiter()
240
while (!
isFinished_
) {
in EpollWaitFor()
/base/notification/eventhandler/frameworks/eventhandler/include/
H
A
D
deamon_io_waiter.h
76
std::atomic<bool>
isFinished_
= false;
member in OHOS::AppExecFwk::DeamonIoWaiter
/base/useriam/user_auth_framework/frameworks/native/executors/include/async_command/
H
A
D
async_command_base.h
69
bool
isFinished_
= false;
member in OHOS::UserIam::UserAuth::AsyncCommandBase
Completed in 4 milliseconds