Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h266 int32_t HandleGetFormsInfoByModule(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp283 formMgrStub->HandleGetFormsInfoByModule(data, reply); in HandleFormMessage()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h556 ErrCode HandleGetFormsInfoByModule(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp142 return HandleGetFormsInfoByModule(data, reply); in OnRemoteRequestSecond()
960 int32_t FormMgrStub::HandleGetFormsInfoByModule(MessageParcel &data, MessageParcel &reply) in HandleGetFormsInfoByModule() 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.cpp898 ErrCode res = bundleMgrHost.HandleGetFormsInfoByModule(data, reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp293 errCode = this->HandleGetFormsInfoByModule(data, reply); in OnRemoteRequest()
2159 ErrCode BundleMgrHost::HandleGetFormsInfoByModule(MessageParcel &data, MessageParcel &reply) in HandleGetFormsInfoByModule() function in OHOS::AppExecFwk::BundleMgrHost