Searched refs:GET_APPLICATION_INFO (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/ |
H A D | bundle_framework_core_ipc_interface_code.h | 26 GET_APPLICATION_INFO = 0, enumerator
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 77 const std::string GET_APPLICATION_INFO = "GetApplicationInfo"; variable 467 GET_APPLICATION_INFO, Constants::PERMISSION_GET_BUNDLE_INFO_PRIVILEGED); in GetApplicationInfoComplete() 665 … env, asyncCallbackInfo, GET_APPLICATION_INFO, GetApplicationInfoExec, GetApplicationInfoComplete); in GetApplicationInfo() 3530 auto item = cache.find(Query(bundleName, GET_APPLICATION_INFO, flags, userId, env)); in GetApplicationInfoSync() 3556 Query query(bundleName, GET_APPLICATION_INFO, flags, userId, env); in GetApplicationInfoSync()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/ |
H A D | bms_bundle_mgr_host_unit_test.cpp | 52 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_APPLICATION_INFO);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 106 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_APPLICATION_INFO): in OnRemoteRequest()
|
H A D | bundle_mgr_proxy.cpp | 109 …if (!GetParcelableInfo<ApplicationInfo>(BundleMgrInterfaceCode::GET_APPLICATION_INFO, data, appInf… in GetApplicationInfo()
|