Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h238 int32_t HandleNotifyFormsPrivacyProtected(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp300 formMgrStub->HandleNotifyFormsPrivacyProtected(data, reply); in HandleFormMessage()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp118 return HandleNotifyFormsPrivacyProtected(data, reply); in OnRemoteRequestFirst()
850 int32_t FormMgrStub::HandleNotifyFormsPrivacyProtected(MessageParcel &data, MessageParcel &reply) in HandleNotifyFormsPrivacyProtected() function in OHOS::AppExecFwk::FormMgrStub
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp243 int32_t errCode = mockFormMgrService->HandleNotifyFormsPrivacyProtected(data, reply);
281 int32_t errCode = mockFormMgrService->HandleNotifyFormsPrivacyProtected(data, reply);
321 int32_t errCode = mockFormMgrService->HandleNotifyFormsPrivacyProtected(data, reply);
361 int32_t errCode = mockFormMgrService->HandleNotifyFormsPrivacyProtected(data, reply);