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:HYPHEN
(Results
1 - 5
of
5
) sorted by relevance
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H
A
D
app_account_manager_service_sync_module_test.cpp
39
const std::string
HYPHEN
= "#";
member
301
EXPECT_EQ(*accountPtr, STRING_OWNER +
HYPHEN
+ APP_INDEX +
HYPHEN
+ STRING_NAME +
HYPHEN
);
in HWTEST_F()
353
EXPECT_EQ(*accountPtr, STRING_OWNER +
HYPHEN
+ APP_INDEX +
HYPHEN
+ STRING_NAME +
HYPHEN
);
in HWTEST_F()
/base/account/os_account/frameworks/appaccount/native/include/
H
A
D
app_account_constants.h
50
const char
HYPHEN
[] = "#";
member
/base/hiviewdfx/hiview/plugins/freeze_detector/
H
A
D
vendor.cpp
36
static constexpr const char* const
HYPHEN
= "-";
member
237
std::string pubLogPathName = type + std::string(
HYPHEN
) + processName + std::string(
HYPHEN
) + std::to_string(uid) +
in InitLogInfo()
238
std::string(
HYPHEN
) + timestamp;
in InitLogInfo()
/base/account/os_account/frameworks/appaccount/native/src/
H
A
D
app_account_info.cpp
43
const std::string
HYPHEN
= "#";
member
645
return (owner_ +
HYPHEN
+ std::to_string(appIndex_) +
HYPHEN
+ name_ +
HYPHEN
);
in GetPrimeKey()
/base/account/os_account/services/accountmgr/src/appaccount/
H
A
D
app_account_control_manager.cpp
616
std::string hapLabel = appAccountCallingInfo.bundleName + Constants::
HYPHEN
+
in SetAccountCredential()
712
std::string hapLabel = request.callerBundleName + Constants::
HYPHEN
+ std::to_string(request.appIndex);
in SetOAuthToken()
877
std::string key = owner + Constants::
HYPHEN
+ std::to_string(appIndex);
in GetAllAccounts()
959
std::string key = bundleName + Constants::
HYPHEN
+ std::to_string(appIndex);
in GetAllAccessibleAccounts()
1087
std::string key = bundleName + Constants::
HYPHEN
+ std::to_string(appIndex);
in RemoveAppAccountData()
1234
std::string key = bundleName + Constants::
HYPHEN
+ std::to_string(appIndex);
in GetAllAccessibleAccountsFromDataStorage()
1309
std::string key = owner + Constants::
HYPHEN
+ std::to_string(appAccountInfo.GetAppIndex());
in AddAccountInfoIntoDataStorage()
Completed in 7 milliseconds