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:hasLabels
(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
68
option1.
hasLabels
= true;
in HWTEST_F()
78
EXPECT_EQ(option2->
hasLabels
, true);
in HWTEST_F()
203
option1.
hasLabels
= true;
in HWTEST_F()
/base/account/os_account/test/fuzztest/appaccount/selectaccountsbyoptions_fuzzer/
H
A
D
selectaccountsbyoptions_fuzzer.cpp
61
options.
hasLabels
= (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
48
options.
hasLabels
= 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
42
bool
hasLabels
= false;
member
/base/account/os_account/frameworks/appaccount/cj/src/
H
A
D
appaccount_impl.cpp
459
options.
hasLabels
= true;
in ParseContextForSelectAccount()
461
options.
hasLabels
= false;
in ParseContextForSelectAccount()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H
A
D
napi_app_account_common.cpp
140
bool
hasLabels
= data->result.GetBoolParam(Constants::KEY_BOOLEAN_RESULT, false);
in CheckAccountLabelsOnResultWork()
local
141
napi_get_boolean(data->context.env,
hasLabels
, &checkResult[PARAMONE]);
in CheckAccountLabelsOnResultWork()
1041
if (!ParseOptionalStringVectorByKey(env, object, "requiredLabels", options.
hasLabels
, options.requiredLabels)) {
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()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H
A
D
app_account_manager_service_module_test.cpp
2425
options.
hasLabels
= false;
in HWTEST_F()
Completed in 13 milliseconds