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:isRequesting_
(Results
1 - 5
of
5
) sorted by relevance
/base/account/os_account/services/accountmgr/src/appaccount/
H
A
D
app_account_check_labels_callback.cpp
58
isRequesting_
= true;
in CheckLabels()
62
isRequesting_
= false;
in CheckLabels()
76
if (!
isRequesting_
) {
in OnResult()
80
isRequesting_
= false;
in OnResult()
91
if (!
isRequesting_
) {
in OnRequestRedirected()
95
isRequesting_
= false;
in OnRequestRedirected()
103
if (!
isRequesting_
) {
in OnRequestContinued()
107
isRequesting_
= false;
in OnRequestContinued()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H
A
D
app_account_check_labels_module_test.cpp
148
appAccountCheckLabelsCallbackPtr->
isRequesting_
= true;
in HWTEST_F()
166
appAccountCheckLabelsCallbackPtr->
isRequesting_
= true;
in HWTEST_F()
182
appAccountCheckLabelsCallbackPtr->
isRequesting_
= true;
in HWTEST_F()
/base/account/os_account/services/accountmgr/include/appaccount/
H
A
D
app_account_check_labels_callback.h
42
bool
isRequesting_
= false;
member in OHOS::AccountSA::AppAccountCheckLabelsCallback
/base/location/frameworks/location_common/common/source/
H
A
D
request.cpp
30
isRequesting_
= false;
in Request()
49
isRequesting_
= false;
in Request()
168
return
isRequesting_
;
in GetIsRequesting()
173
isRequesting_
= state;
in SetRequesting()
/base/location/interfaces/inner_api/include/
H
A
D
request.h
91
bool
isRequesting_
;
member in OHOS::Location::Request
Completed in 3 milliseconds