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:GET_BUNDLE_INFO
(Results
1 - 9
of
9
) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H
A
D
bundle_manager.h
32
const std::string
GET_BUNDLE_INFO
= "GetBundleInfo";
member
/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/
H
A
D
bundle_inner_interface.h
36
GET_BUNDLE_INFO
,
enumerator
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/
H
A
D
bundle_framework_core_ipc_interface_code.h
28
GET_BUNDLE_INFO
,
member in OHOS::AppExecFwk::BundleMgrInterfaceCode
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H
A
D
bundle_manager.cpp
36
constexpr static char PERMISSION_GET_BUNDLE_INFO[] = "ohos.permission.
GET_BUNDLE_INFO
";
276
case
GET_BUNDLE_INFO
: {
in Notify()
513
int32_t ret = bmsClient->Invoke(bmsClient,
GET_BUNDLE_INFO
, &ipcIo, &resultOfGetBundleInfo, Notify);
in GetBundleInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H
A
D
bundle_manager.cpp
75
const std::string
GET_BUNDLE_INFO
= "GetBundleInfo";
member
81
const std::string BUNDLE_PERMISSIONS = "ohos.permission.
GET_BUNDLE_INFO
or ohos.permission.GET_BUNDLE_INFO_PRIVILEGED";
3600
auto item = cache.find(Query(bundleName,
GET_BUNDLE_INFO
, flags, userId, env));
in GetBundleInfoSync()
3626
Query query(bundleName,
GET_BUNDLE_INFO
, flags, userId, env);
in GetBundleInfoSync()
3813
asyncCallbackInfo->bundleName,
GET_BUNDLE_INFO
,
in GetBundleInfoComplete()
3826
asyncCallbackInfo->bundleName,
GET_BUNDLE_INFO
,
in GetBundleInfoComplete()
3834
GET_BUNDLE_INFO
, Constants::PERMISSION_GET_BUNDLE_INFO_PRIVILEGED);
in GetBundleInfoComplete()
3850
GET_BUNDLE_INFO
, asyncCallbackInfo->flags, asyncCallbackInfo->userId, env));
in GetBundleInfoExec()
3879
asyncCallbackInfo->bundleName,
GET_BUNDLE_INFO
,
in GetBundleInfoForSelfExec()
3947
env, asyncCallbackInfo,
GET_BUNDLE_INFO
, GetBundleInfoExe
in GetBundleInfo()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H
A
D
bms_bundle_mgr_host_unit_test.cpp
160
uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::
GET_BUNDLE_INFO
);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H
A
D
bundle_mgr.cpp
108
const char*
GET_BUNDLE_INFO
= "getBundleInfo";
member
4181
env, asyncCallbackInfo,
GET_BUNDLE_INFO
, GetBundleInfoExec, GetBundleInfoForSelfExec);
in GetBundleInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H
A
D
bundle_mgr_host.cpp
128
case static_cast<uint32_t>(BundleMgrInterfaceCode::
GET_BUNDLE_INFO
):
in OnRemoteRequest()
H
A
D
bundle_mgr_proxy.cpp
324
BundleMgrInterfaceCode::
GET_BUNDLE_INFO
, data, bundleInfo) == ERR_OK;
in GetBundleInfo()
Completed in 38 milliseconds