Home
last modified time | relevance | path

Searched refs:GET_BUNDLE_INFOS_BY_METADATA (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/
H A Dbundle_inner_interface.h41 GET_BUNDLE_INFOS_BY_METADATA, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_ms_feature.cpp276 } else if (funcId == GET_BUNDLE_INFOS_BY_METADATA) { in HandleGetBundleInfos()
364 if (funcId >= GET_BUNDLE_INFOS && funcId <= GET_BUNDLE_INFOS_BY_METADATA) { in Invoke()
577 } else if (codeFlag == GET_BUNDLE_INFOS_BY_METADATA) { in GetInnerBundleInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/
H A Dbundle_framework_core_ipc_interface_code.h40 GET_BUNDLE_INFOS_BY_METADATA, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_manager.cpp281 case GET_BUNDLE_INFOS_BY_METADATA: { in Notify()
596 if (code == GET_BUNDLE_INFOS_BY_METADATA) { in ObtainBundleInfosOneByOne()
750 return ObtainInnerBundleInfos(0, bundleInfos, len, GET_BUNDLE_INFOS_BY_METADATA, &ipcIo); in GetBundleInfosByMetaData()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_mgr_host_unit_test.cpp430 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_BUNDLE_INFOS_BY_METADATA);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp169 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_BUNDLE_INFOS_BY_METADATA): in OnRemoteRequest()
H A Dbundle_mgr_proxy.cpp969 …if (!GetParcelableInfos<BundleInfo>(BundleMgrInterfaceCode::GET_BUNDLE_INFOS_BY_METADATA, data, bu… in GetBundleInfosByMetaData()