Searched refs:GET_APPLICATION_INFO (Results 1 - 5 of 5) sorted by relevance
/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, member in OHOS::AppExecFwk::BundleMgrInterfaceCode
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 77 const std::string GET_APPLICATION_INFO = "GetApplicationInfo"; member 467 GET_APPLICATION_INFO, Constants::PERMISSION_GET_BUNDLE_INFO_PRIVILEGED); in GetApplicationInfoComplete() 665 env, asyncCallbackInfo, GET_APPLICATION_INFO, GetApplicationInfoExec, GetApplicationInfoComplete); in GetApplicationInfo() 3518 auto item = cache.find(Query(bundleName, GET_APPLICATION_INFO, flags, userId, env)); in GetApplicationInfoSync() 3544 Query query(bundleName, GET_APPLICATION_INFO, flags, userId, env); in GetApplicationInfoSync()
|
/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); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 110 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_APPLICATION_INFO): in OnRemoteRequest()
|
H A D | bundle_mgr_proxy.cpp | 141 if (!GetParcelableInfo<ApplicationInfo>(BundleMgrInterfaceCode::GET_APPLICATION_INFO, data, appInfo)) { in GetApplicationInfo()
|
Completed in 34 milliseconds