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:isAuthenticated
(Results
1 - 6
of
6
) sorted by relevance
/base/account/os_account/test/fuzztest/domainaccount_stub/procaddserverconfigstub_fuzzer/
H
A
D
procaddserverconfigstub_fuzzer.cpp
89
info.
isAuthenticated
= fuzzData.GenerateRandomBool();
in ProcGetAccountStatusStubFuzzTest()
123
info.
isAuthenticated
= fuzzData.GenerateRandomBool();
in ProcGetDomainAccessTokenStubFuzzTest()
232
info.
isAuthenticated
= fuzzData.GenerateRandomBool();
in ProcUpdateAccountTokenStubFuzzTest()
/base/account/os_account/frameworks/domain_account/src/
H
A
D
domain_account_common.cpp
39
: domain_(domain), accountName_(domainAccountName), accountId_(accountId),
isAuthenticated
(isAuthed),
in DomainAccountInfo()
64
if (!parcel.ReadBool(
isAuthenticated
)) {
in ReadFromParcel()
65
ACCOUNT_LOGE("Failed to read domain
isAuthenticated
.");
in ReadFromParcel()
89
if (!parcel.WriteBool(
isAuthenticated
)) {
in Marshalling()
90
ACCOUNT_LOGE("Failed to read write
isAuthenticated
.");
in Marshalling()
/base/account/os_account/interfaces/innerkits/domain_account/native/include/
H
A
D
domain_plugin.h
49
int32_t
isAuthenticated
;
member
H
A
D
domain_account_common.h
72
bool
isAuthenticated
= false;
member in OHOS::AccountSA::DomainAccountInfo
/base/account/os_account/services/accountmgr/test/unittest/domain_account/
H
A
D
domain_account_manager_inner_service_test.cpp
600
info.
isAuthenticated
= 0;
in HWTEST_F()
645
info.
isAuthenticated
= 0;
in HWTEST_F()
729
info.
isAuthenticated
= 0;
in HWMTEST_F()
/base/account/os_account/services/accountmgr/src/domain_account/
H
A
D
inner_domain_account_manager.cpp
478
info.
isAuthenticated
= (*pDomainAccountInfo)->
isAuthenticated
== 1;
in GetAndCleanPluginDomainAccountInfo()
1590
wParam.SetParam("
isAuthenticated
", OHOS::AAFwk::Boolean::Box(result.
isAuthenticated
));
in GetDomainAccountInfo()
Completed in 7 milliseconds