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:BUNDLENAME
(Results
1 - 6
of
6
) sorted by relevance
/base/security/permission_lite/services/ipc_auth/include/
H
A
D
policy_registry.h
35
.type =
BUNDLENAME
,
53
.type =
BUNDLENAME
,
H
A
D
policy_define.h
47
BUNDLENAME
= 3
enumerator
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H
A
D
visit_record_json_manager.cpp
29
const std::string
BUNDLENAME
= "bundleName";
member
125
json = Json { {
BUNDLENAME
, info.bundleName },
in VisitRecordInfoToJson()
139
if (json.contains(
BUNDLENAME
) && json.at(
BUNDLENAME
).is_string()) {
in VisitRecordInfoFromJson()
140
json.at(
BUNDLENAME
).get_to(bundleName);
in VisitRecordInfoFromJson()
H
A
D
sandbox_json_manager.cpp
36
const std::string
BUNDLENAME
= "bundleName";
member
396
{
BUNDLENAME
, info.bundleName },
in RetentionInfoToJson()
441
!CheckJsonElement(
BUNDLENAME
, retentionJson, KeyType::STRING) ||
in FromJson()
451
retentionJson.at(
BUNDLENAME
).get_to(info.bundleName);
in FromJson()
/base/security/permission_lite/services/ipc_auth/src/
H
A
D
ipc_auth_impl.c
85
case
BUNDLENAME
: {
in SetPolicy()
86
policyTrans->type =
BUNDLENAME
;
in SetPolicy()
107
if (type ==
BUNDLENAME
) {
in IsPolicyValid()
220
case
BUNDLENAME
: {
in CheckPolicy()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
ime_proxy_test.cpp
42
constexpr const char *
BUNDLENAME
= "com.example.editorbox";
member
98
[]() { return AAFwk::AbilityManagerClient::GetInstance()->GetTopAbility().GetBundleName() ==
BUNDLENAME
; });
in StartApp()
120
[]() { return AAFwk::AbilityManagerClient::GetInstance()->GetTopAbility().GetBundleName() !=
BUNDLENAME
; });
in StopApp()
Completed in 6 milliseconds