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:callingBundleName
(Results
1 - 7
of
7
) sorted by relevance
/base/customization/enterprise_device_management/common/native/src/
H
A
D
bundle_manager_utils.cpp
39
std::string
callingBundleName
;
in GetAppIdByCallingUid()
local
41
bundleManager->GetNameForUid(IPCSkeleton::GetCallingUid(),
callingBundleName
);
in GetAppIdByCallingUid()
local
46
appId = bundleManager->GetAppIdByBundleName(
callingBundleName
, userId);
in GetAppIdByCallingUid()
/base/useriam/user_auth_framework/services/context/src/
H
A
D
widget_client.cpp
134
.
callingBundleName
= callingBundleName_,
in ReportWidgetResult()
320
void WidgetClient::SetCallingBundleName(const std::string &
callingBundleName
)
in SetCallingBundleName()
argument
322
callingBundleName_ =
callingBundleName
;
in SetCallingBundleName()
H
A
D
widget_json.cpp
74
const std::string JSON_CALLER_BUNDLE_NAME = "
callingBundleName
";
98
{JSON_CALLER_BUNDLE_NAME, cmd.extraInfo.
callingBundleName
}});
in GetJsonPayload()
H
A
D
widget_context.cpp
586
.
callingBundleName
= GetCallingBundleName(),
in BuildStartCommand()
/base/useriam/user_auth_framework/services/context/inc/
H
A
D
widget_json.h
59
std::string
callingBundleName
{""};
H
A
D
widget_client.h
59
void SetCallingBundleName(const std::string &
callingBundleName
);
/base/customization/enterprise_device_management/services/edm/src/
H
A
D
enterprise_device_mgr_ability.cpp
1019
std::string
callingBundleName
;
in CheckCallingUid()
local
1020
if (GetBundleMgr()->GetNameForUid(uid,
callingBundleName
) != ERR_OK) {
in CheckCallingUid()
1024
if (bundleName ==
callingBundleName
) {
in CheckCallingUid()
1027
EDMLOGW("CheckCallingUid failed: only the app %{public}s can remove itself.",
callingBundleName
.c_str());
in CheckCallingUid()
Completed in 6 milliseconds