Searched refs:GET_BUNDLE_INFOS (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/ |
H A D | bundle_inner_interface.h | 39 GET_BUNDLE_INFOS, enumerator
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_ms_feature.cpp | 270 if (funcId == GET_BUNDLE_INFOS) { in HandleGetBundleInfos() 364 if (funcId >= GET_BUNDLE_INFOS && funcId <= GET_BUNDLE_INFOS_BY_METADATA) { in Invoke() 365 ret = BundleMsInvokeFuc[GET_BUNDLE_INFOS](funcId, req, reply); in Invoke() 571 if (codeFlag == GET_BUNDLE_INFOS) { in GetInnerBundleInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_manager.cpp | 279 case GET_BUNDLE_INFOS: in Notify() 593 if (code == GET_BUNDLE_INFOS) { in ObtainBundleInfosOneByOne() 686 return ObtainInnerBundleInfos(flags, bundleInfos, len, GET_BUNDLE_INFOS, &ipcIo); in GetBundleInfos() 688 WriteInt32(&ipcIo, GET_BUNDLE_INFOS); in GetBundleInfos() 693 return ObtainBundleInfos(basicInfo, bundleInfos, len, GET_BUNDLE_INFOS, &ipcIo); in GetBundleInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/ |
H A D | bundle_framework_core_ipc_interface_code.h | 30 GET_BUNDLE_INFOS, enumerator
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 76 const std::string GET_BUNDLE_INFOS = "GetBundleInfos"; variable 3806 GET_BUNDLE_INFOS, Constants::PERMISSION_GET_INSTALLED_BUNDLE_LIST); in GetBundleInfosComplete() 4026 env, asyncCallbackInfo, GET_BUNDLE_INFOS, GetBundleInfosExec, GetBundleInfosComplete); in GetBundleInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/ |
H A D | bms_bundle_mgr_host_unit_test.cpp | 268 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_BUNDLE_INFOS);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 142 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_BUNDLE_INFOS): in OnRemoteRequest()
|
H A D | bundle_mgr_proxy.cpp | 557 BundleMgrInterfaceCode::GET_BUNDLE_INFOS, data, bundleInfos)) { in GetBundleInfos()
|