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:hasShortName
(Results
1 - 11
of
11
) sorted by relevance
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H
A
D
os_account_info.h
55
bool
hasShortName
= true;
member
/base/account/os_account/interfaces/innerkits/domain_account/native/include/
H
A
D
domain_account_common.h
53
bool
hasShortName
= false;
member
/base/account/os_account/frameworks/domain_account/src/
H
A
D
domain_account_common.cpp
360
if (!parcel.WriteBool(
hasShortName
)) {
in Marshalling()
361
ACCOUNT_LOGE("Failed to write
hasShortName
");
in Marshalling()
384
if (!parcel.ReadBool(
hasShortName
)) {
in ReadFromParcel()
385
ACCOUNT_LOGE("Failed to read
hasShortName
.");
in ReadFromParcel()
/base/account/os_account/frameworks/osaccount/native/src/
H
A
D
os_account_info.cpp
458
return parcel.WriteStringVector(disallowedHapList) && parcel.WriteBool(
hasShortName
);
in Marshalling()
474
return parcel.ReadStringVector(&disallowedHapList) && parcel.ReadBool(
hasShortName
);
in ReadFromParcel()
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H
A
D
domain_account_client_mock_plugin_so_module_test.cpp
723
options.
hasShortName
= true;
in HWTEST_F()
757
options.
hasShortName
= false;
in HWTEST_F()
/base/account/os_account/frameworks/osaccount/core/src/
H
A
D
os_account.cpp
108
if (options.
hasShortName
&& (shortNameSize == 0 || shortNameSize > Constants::SHORT_NAME_MAX_SIZE)) {
in CreateOsAccount()
163
if (options.
hasShortName
&& ((options.shortName.size() > Constants::SHORT_NAME_MAX_SIZE) ||
in CreateOsAccountForDomain()
H
A
D
os_account_proxy.cpp
83
if (!data.WriteBool(options.
hasShortName
)) {
in CreateOsAccount()
84
ACCOUNT_LOGE("failed to write
hasShortName
");
in CreateOsAccount()
88
if (options.
hasShortName
&& !data.WriteString(shortName)) {
in CreateOsAccount()
/base/account/os_account/interfaces/kits/napi/osaccount/src/
H
A
D
napi_os_account_common.cpp
513
napi_has_named_property(env, argv[PARAMTWO], "shortName", &asyncContext->
hasShortName
);
in ParseParaCreateOA()
514
if (asyncContext->
hasShortName
&&
in ParseParaCreateOA()
584
domainOptions.
hasShortName
= true;
in ParseDomainOptionInfo()
634
options.
hasShortName
= asyncContext->
hasShortName
;
in CreateOAExecuteCB()
/base/account/os_account/interfaces/kits/napi/osaccount/include/
H
A
D
napi_os_account.h
82
bool
hasShortName
= false;
member
/base/account/os_account/services/accountmgr/src/osaccount/
H
A
D
os_account_manager_service.cpp
103
if (options.
hasShortName
) {
in CreateOsAccount()
232
if (options.
hasShortName
|| (options.shortName != "")) {
in CreateOsAccountForDomain()
H
A
D
os_account_stub.cpp
600
bool
hasShortName
;
in ProcCreateOsAccountWithShortName()
local
601
if (!data.ReadBool(
hasShortName
)) {
in ProcCreateOsAccountWithShortName()
602
ACCOUNT_LOGE("failed to read bool for
hasShortName
");
in ProcCreateOsAccountWithShortName()
607
if (
hasShortName
&& !data.ReadString(shortName)) {
in ProcCreateOsAccountWithShortName()
Completed in 23 milliseconds