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:isOpened_
(Results
1 - 8
of
8
) sorted by relevance
/base/account/os_account/services/accountmgr/src/appaccount/
H
A
D
app_account_check_labels_session.cpp
33
if (
isOpened_
) {
in Open()
40
isOpened_
= true;
in Open()
H
A
D
app_account_authenticator_session.cpp
81
if (
isOpened_
) {
in ~AppAccountAuthenticatorSession()
113
if (
isOpened_
) {
in Open()
136
isOpened_
= true;
in Open()
151
isOpened_
= false;
in Close()
161
if (!
isOpened_
) {
in AddClientDeathRecipient()
/base/useriam/fingerprint_auth/services/src/
H
A
D
service_ex_manager.cpp
44
if (!
isOpened_
) {
in Acquire()
50
isOpened_
= true;
in Acquire()
/base/useriam/face_auth/services/src/
H
A
D
service_ex_manager.cpp
44
if (!
isOpened_
) {
in Acquire()
50
isOpened_
= true;
in Acquire()
/base/useriam/face_auth/services/inc/
H
A
D
service_ex_manager.h
43
bool
isOpened_
= false;
member in OHOS::UserIam::FaceAuth::ServiceExManager
/base/useriam/fingerprint_auth/services/inc/
H
A
D
service_ex_manager.h
42
bool
isOpened_
= false;
member in OHOS::UserIam::FingerprintAuth::ServiceExManager
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H
A
D
app_account_authenticator_session_module_test.cpp
100
appAccountAuthenticatorSessionPtr_->
isOpened_
= true;
in HWTEST_F()
104
appAccountAuthenticatorSessionPtr_->
isOpened_
= false;
in HWTEST_F()
127
appAccountAuthenticatorSessionPtr_->
isOpened_
= true;
in HWTEST_F()
129
ASSERT_EQ(appAccountAuthenticatorSessionPtr_->
isOpened_
, false);
in HWTEST_F()
147
testSessionPtr_->
isOpened_
= true;
in HWTEST_F()
149
ASSERT_EQ(testSessionPtr_->
isOpened_
, false);
in HWTEST_F()
164
appAccountAuthenticatorSessionPtr_->
isOpened_
= true;
in HWTEST_F()
166
ASSERT_EQ(appAccountAuthenticatorSessionPtr_->
isOpened_
, false);
in HWTEST_F()
/base/account/os_account/services/accountmgr/include/appaccount/
H
A
D
app_account_authenticator_session.h
89
bool
isOpened_
= false;
member in OHOS::AccountSA::AppAccountAuthenticatorSession
Completed in 4 milliseconds