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:hasAccounts
(Results
1 - 9
of
9
) sorted by relevance
/base/account/os_account/frameworks/appaccount/native/test/unittest/
H
A
D
app_account_common_test.cpp
66
option1.
hasAccounts
= true;
in HWTEST_F()
76
EXPECT_EQ(option2->
hasAccounts
, true);
in HWTEST_F()
201
option1.
hasAccounts
= true;
in HWTEST_F()
/base/account/os_account/test/fuzztest/appaccount/selectaccountsbyoptions_fuzzer/
H
A
D
selectaccountsbyoptions_fuzzer.cpp
59
options.
hasAccounts
= (size % CONSTANTS_NUMBER_TWO) == 0 ? true : false;
in SelectAccountsByOptionsFuzzTest()
/base/account/os_account/test/fuzztest/appaccount_stub/selectaccountsbyoptionsstub_fuzzer/
H
A
D
selectaccountsbyoptionsstub_fuzzer.cpp
46
options.
hasAccounts
= fuzzData.GenerateRandomBool();
in SelectAccountsByOptionsStubFuzzTest()
/base/account/os_account/frameworks/appaccount/native/src/
H
A
D
app_account_common.cpp
30
if (!parcel.WriteBool(
hasAccounts
) || !parcel.WriteBool(hasOwners) || !parcel.WriteBool(hasLabels)) {
in Marshalling()
58
if (!parcel.ReadBool(
hasAccounts
) || !parcel.ReadBool(hasOwners) || !parcel.ReadBool(hasLabels)) {
in ReadFromParcel()
/base/account/os_account/frameworks/appaccount/native/include/
H
A
D
app_account_common.h
40
bool
hasAccounts
= false;
member
/base/account/os_account/frameworks/appaccount/cj/src/
H
A
D
appaccount_impl.cpp
449
options.
hasAccounts
= true;
in ParseContextForSelectAccount()
451
options.
hasAccounts
= false;
in ParseContextForSelectAccount()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H
A
D
napi_app_account_common.cpp
1024
napi_has_named_property(env, object, "allowedAccounts", &options.
hasAccounts
);
in ParseSelectAccountsOptions()
1025
if (options.
hasAccounts
) {
in ParseSelectAccountsOptions()
1030
options.
hasAccounts
= false;
in ParseSelectAccountsOptions()
/base/account/os_account/services/accountmgr/src/appaccount/
H
A
D
app_account_control_manager.cpp
977
if ((!options.
hasAccounts
) && (!options.hasOwners) && (!options.hasLabels)) {
in SelectAccountsByOptions()
998
if (options.
hasAccounts
&& allowedAccounts.count(owner + "_" + account.GetName()) == 0) {
in SelectAccountsByOptions()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H
A
D
app_account_manager_service_module_test.cpp
2423
options.
hasAccounts
= false;
in HWTEST_F()
Completed in 13 milliseconds