Home
last modified time | relevance | path

Searched refs:GET_APP_PROVISION_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.h129 GET_APP_PROVISION_INFO, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp95 const std::string GET_APP_PROVISION_INFO = "GetAppProvisionInfo"; variable
4486 GET_APP_PROVISION_INFO, Constants::PERMISSION_GET_BUNDLE_INFO_PRIVILEGED); in GetAppProvisionInfoComplete()
4538 …env, asyncCallbackInfo, GET_APP_PROVISION_INFO, GetAppProvisionInfoExec, GetAppProvisionInfoComple… in GetAppProvisionInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_mgr_host_unit_test.cpp2956 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_APP_PROVISION_INFO);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp437 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_APP_PROVISION_INFO): in OnRemoteRequest()
H A Dbundle_mgr_proxy.cpp3656 …turn GetParcelableInfoWithErrCode<AppProvisionInfo>(BundleMgrInterfaceCode::GET_APP_PROVISION_INFO, in GetAppProvisionInfo()