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:isCalled_
(Results
1 - 8
of
8
) sorted by relevance
/base/account/os_account/services/accountmgr/src/osaccount/
H
A
D
os_account_user_callback.cpp
71
isCalled_
= true;
in OnStopUserDone()
81
isCalled_
= true;
in OnStartUserDone()
H
A
D
os_account_delete_user_idm_callback.cpp
27
isCalled_
= true;
in OnResult()
H
A
D
os_account_interface.cpp
93
lock, [osAccountStartUserCallback] { return osAccountStartUserCallback->
isCalled_
; });
in SendToAMSAccountStart()
128
return osAccountStopUserCallback->
isCalled_
;
in SendToAMSAccountStop()
221
!callback->
isCalled_
) {
in SendToIDMAccountDelete()
225
if (!callback->
isCalled_
) {
in SendToIDMAccountDelete()
/base/account/os_account/services/accountmgr/include/account_iam/
H
A
D
account_iam_callback.h
85
bool
isCalled_
= false;
member in OHOS::AccountSA::AddCredCallback
110
bool
isCalled_
= false;
member in OHOS::AccountSA::UpdateCredCallback
143
bool
isCalled_
= false;
member in OHOS::AccountSA::DelUserCallback
173
bool
isCalled_
= false;
member in OHOS::AccountSA::CommitCredUpdateCallback
255
bool
isCalled_
= false;
member in OHOS::AccountSA::final
/base/account/os_account/services/accountmgr/include/osaccount/
H
A
D
os_account_delete_user_idm_callback.h
48
bool
isCalled_
= false;
member in OHOS::AccountSA::OsAccountDeleteUserIdmCallback
H
A
D
os_account_user_callback.h
36
bool
isCalled_
= false;
member in OHOS::AccountSA::OsAccountUserCallback
/base/account/os_account/services/accountmgr/src/account_iam/
H
A
D
account_iam_callback.cpp
250
isCalled_
= true;
in OnResult()
293
isCalled_
= true;
in OnResult()
371
idmCallback->onResultCondition_.wait(delLock, [idmCallback] { return idmCallback->
isCalled_
; });
in InnerOnResult()
378
isCalled_
= true;
in OnResult()
463
eraseUserCallback->onResultCondition_.wait(lock, [eraseUserCallback] { return eraseUserCallback->
isCalled_
; });
in InnerOnResult()
483
isCalled_
= true;
in OnResult()
534
isCalled_
= true;
in OnResult()
675
isCalled_
= true;
in OnSecUserInfo()
H
A
D
inner_account_iam_manager.cpp
135
return idmCallbackWrapper->
isCalled_
;
in AddCredential()
166
return idmCallbackWrapper->
isCalled_
;
in UpdateCredential()
247
return delUserCallback->
isCalled_
;
in DelUser()
473
return callback->
isCalled_
;
in HandleFileKeyException()
Completed in 6 milliseconds