Home
last modified time | relevance | path

Searched refs:GET_RECOVERABLE_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.h153 GET_RECOVERABLE_APPLICATION_INFO, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp100 const std::string GET_RECOVERABLE_APPLICATION_INFO = "GetRecoverableApplicationInfo"; variable
4808 GET_RECOVERABLE_APPLICATION_INFO, Constants::PERMISSION_GET_BUNDLE_INFO_PRIVILEGED); in GetRecoverableApplicationInfoExecComplete()
4843 env, asyncCallbackInfo, GET_RECOVERABLE_APPLICATION_INFO, in GetRecoverableApplicationInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_mgr_host_unit_test.cpp2524 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_RECOVERABLE_APPLICATION_INFO);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp509 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_RECOVERABLE_APPLICATION_INFO): in OnRemoteRequest()
H A Dbundle_mgr_proxy.cpp4207 BundleMgrInterfaceCode::GET_RECOVERABLE_APPLICATION_INFO, data, recoverableApplications); in GetRecoverableApplicationInfo()