Home
last modified time | relevance | path

Searched refs:GET_FORMS_INFO_BY_APP (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/
H A Dbundle_framework_core_ipc_interface_code.h65 GET_FORMS_INFO_BY_APP, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_mgr_host_unit_test.cpp1150 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_FORMS_INFO_BY_APP);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp289 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_FORMS_INFO_BY_APP): in OnRemoteRequest()
H A Dbundle_mgr_proxy.cpp2508 …if (!GetParcelableInfos<FormInfo>(BundleMgrInterfaceCode::GET_FORMS_INFO_BY_APP, data, formInfos))… in GetFormsInfoByApp()