Home
last modified time | relevance | path

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 Dbundle_framework_core_ipc_interface_code.h26 GET_APPLICATION_INFO = 0, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp77 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 Dbms_bundle_mgr_host_unit_test.cpp52 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 Dbundle_mgr_host.cpp106 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_APPLICATION_INFO): in OnRemoteRequest()
H A Dbundle_mgr_proxy.cpp109 …if (!GetParcelableInfo<ApplicationInfo>(BundleMgrInterfaceCode::GET_APPLICATION_INFO, data, appInf… in GetApplicationInfo()