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:hasInited_
(Results
1 - 9
of
9
) sorted by relevance
/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H
A
D
token_modify_notifier.cpp
37
TokenModifyNotifier::TokenModifyNotifier() :
hasInited_
(false), curTaskNum_(0) {}
in TokenModifyNotifier()
39
TokenModifyNotifier::TokenModifyNotifier() :
hasInited_
(false), notifyTokenWorker_("TokenModify") {}
44
if (!
hasInited_
) {
in ~TokenModifyNotifier()
50
this->
hasInited_
= false;
in ~TokenModifyNotifier()
98
if (!instance->
hasInited_
) {
in GetInstance()
100
if (!instance->
hasInited_
) {
in GetInstance()
104
instance->
hasInited_
= true;
in GetInstance()
H
A
D
accesstoken_info_manager.cpp
67
AccessTokenInfoManager::AccessTokenInfoManager() :
hasInited_
(false) {}
in AccessTokenInfoManager()
71
if (!
hasInited_
) {
in ~AccessTokenInfoManager()
82
this->
hasInited_
= false;
in ~AccessTokenInfoManager()
88
if (
hasInited_
) {
in Init()
123
hasInited_
= true;
in Init()
/base/security/code_signature/services/key_enable/utils/include/
H
A
D
unlock_event_helper.h
58
bool
hasInited_
= false;
member in OHOS::Security::CodeSign::UnlockEventHelper
/base/security/code_signature/services/key_enable/utils/src/
H
A
D
unlock_event_helper.cpp
71
if (
hasInited_
) {
in InitUnlockEventSubscriber()
79
hasInited_
= true;
in InitUnlockEventSubscriber()
/base/security/access_token/services/accesstokenmanager/main/cpp/include/token/
H
A
D
token_modify_notifier.h
57
bool
hasInited_
;
member in OHOS::Security::AccessToken::final
H
A
D
accesstoken_info_manager.h
137
bool
hasInited_
;
member in OHOS::Security::AccessToken::final
/base/security/access_token/services/privacymanager/include/record/
H
A
D
permission_record_manager.h
187
bool
hasInited_
= false;
member in OHOS::Security::AccessToken::final
/base/security/access_token/services/privacymanager/src/record/
H
A
D
permission_record_manager.cpp
99
if (!
hasInited_
) {
in ~PermissionRecordManager()
102
hasInited_
= false;
in ~PermissionRecordManager()
1870
if (
hasInited_
) {
in Init()
1874
hasInited_
= true;
in Init()
/base/security/access_token/services/accesstokenmanager/test/unittest/
H
A
D
accesstoken_info_manager_test.cpp
1381
* @tc.desc: AccessTokenInfoManager::~AccessTokenInfoManager+Init function test
hasInited_
is false
1387
AccessTokenInfoManager::GetInstance().
hasInited_
= true;
in HWTEST_F()
1389
AccessTokenInfoManager::GetInstance().
hasInited_
= false;
in HWTEST_F()
1390
ASSERT_EQ(false, AccessTokenInfoManager::GetInstance().
hasInited_
);
in HWTEST_F()
Completed in 13 milliseconds