Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h252 int32_t HandleGetAllFormsInfo(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp281 formMgrStub->HandleGetAllFormsInfo(data, reply); in HandleFormMessage()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h542 ErrCode HandleGetAllFormsInfo(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp138 return HandleGetAllFormsInfo(data, reply); in OnRemoteRequestSecond()
916 int32_t FormMgrStub::HandleGetAllFormsInfo(MessageParcel &data, MessageParcel &reply) in HandleGetAllFormsInfo() 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.cpp868 ErrCode res = bundleMgrHost.HandleGetAllFormsInfo(data, reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp287 errCode = this->HandleGetAllFormsInfo(data, reply); in OnRemoteRequest()
2120 ErrCode BundleMgrHost::HandleGetAllFormsInfo(MessageParcel &data, MessageParcel &reply) in HandleGetAllFormsInfo() function in OHOS::AppExecFwk::BundleMgrHost