Searched refs:formMgrProxy (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 42 FormMgrProxy formMgrProxy(impl); in DoSomethingInterestingWithMyAPI() local 48 formMgrProxy.DeleteForm(formId, callerToken); in DoSomethingInterestingWithMyAPI() 51 formMgrProxy.RequestForm(formId, callerToken, want); in DoSomethingInterestingWithMyAPI() 56 formMgrProxy.CastTempForm(formId, callerToken); in DoSomethingInterestingWithMyAPI() 58 formMgrProxy.DumpStorageFormInfos(stringData); in DoSomethingInterestingWithMyAPI() 61 formMgrProxy.DumpFormInfoByFormId(formId, stringData); in DoSomethingInterestingWithMyAPI() 64 formMgrProxy.MessageEvent(formId, want, callerToken); in DoSomethingInterestingWithMyAPI() 66 formMgrProxy.WriteInterfaceToken(datas); in DoSomethingInterestingWithMyAPI() 83 formMgrProxy.GetAllFormsInfo(formInfos); in DoSomethingInterestingWithMyAPI() 88 formMgrProxy.GetFormsInfo(filter, formInfos); in DoSomethingInterestingWithMyAPI() [all …]
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_proxy_test/ |
H A D | form_mgr_proxy_test.cpp | 61 formMgrProxy = new FormMgrProxy(mockFormMgrService); in SetUp() 66 sptr<FormMgrProxy> formMgrProxy; member in __anon86a7933e0110::FormMgrProxyTest 90 formMgrProxy->GetFormsInfo(filter, formInfos); 118 formMgrProxy->GetFormsInfo(filter, formInfos); 137 bool result = formMgrProxy->IsRequestPublishFormSupported(); 158 int32_t result = formMgrProxy->StartAbility(want, token); 174 int32_t result = formMgrProxy->StartAbility(want, nullptr); 409 int result = formMgrProxy ->UnregisterFormRouterProxy(formIds); 785 bool result = formMgrProxy->HasFormVisible(tokenId); 833 int result = formMgrProxy->CreateForm(want, runningFormInfo); [all …]
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_background_connection.cpp | 51 sptr<IFormMgr> formMgrProxy = iface_cast<IFormMgr>(remoteObject); in OnAbilityConnectDone() local 52 if (formMgrProxy == nullptr) { in OnAbilityConnectDone() 56 formMgrProxy->SetBackgroundFunction(funcName_, params_); in OnAbilityConnectDone()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrproxyannex_fuzzer/ |
H A D | formmgrproxyannex_fuzzer.cpp | 43 FormMgrProxy formMgrProxy(impl); in DoSomethingInterestingWithMyAPI() local 49 formMgrProxy.NotifyFormsPrivacyProtected(formIds, isProtected, callerToken); in DoSomethingInterestingWithMyAPI()
|