Home
last modified time | relevance | path

Searched refs:HandleGetFormsInfoByApp (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h259 int32_t HandleGetFormsInfoByApp(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp282 formMgrStub->HandleGetFormsInfoByApp(data, reply); in HandleFormMessage()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h549 ErrCode HandleGetFormsInfoByApp(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp140 return HandleGetFormsInfoByApp(data, reply); in OnRemoteRequestSecond()
938 int32_t FormMgrStub::HandleGetFormsInfoByApp(MessageParcel &data, MessageParcel &reply) in HandleGetFormsInfoByApp() function in OHOS::AppExecFwk::FormMgrStub
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_bundle_mgr_host_test/
H A Dbms_bundle_mgr_host_test.cpp883 ErrCode res = bundleMgrHost.HandleGetFormsInfoByApp(data, reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp290 errCode = this->HandleGetFormsInfoByApp(data, reply); in OnRemoteRequest()
2139 ErrCode BundleMgrHost::HandleGetFormsInfoByApp(MessageParcel &data, MessageParcel &reply) in HandleGetFormsInfoByApp() function in OHOS::AppExecFwk::BundleMgrHost