Home
last modified time | relevance | path

Searched refs:GET_BUNDLE_INFO (Results 1 - 9 of 9) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager.h32 const std::string GET_BUNDLE_INFO = "GetBundleInfo"; member
/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/
H A Dbundle_inner_interface.h36 GET_BUNDLE_INFO, enumerator
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/
H A Dbundle_framework_core_ipc_interface_code.h28 GET_BUNDLE_INFO, member in OHOS::AppExecFwk::BundleMgrInterfaceCode
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_manager.cpp36 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 Dbundle_manager.cpp75 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 Dbms_bundle_mgr_host_unit_test.cpp160 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_BUNDLE_INFO); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp108 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 Dbundle_mgr_host.cpp128 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_BUNDLE_INFO): in OnRemoteRequest()
H A Dbundle_mgr_proxy.cpp324 BundleMgrInterfaceCode::GET_BUNDLE_INFO, data, bundleInfo) == ERR_OK; in GetBundleInfo()

Completed in 38 milliseconds