Home
last modified time | relevance | path

Searched refs:SecCompClickEvent (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/base/security/security_component_manager/frameworks/security_component/include/
H A Dsec_comp_click_event_parcel.h33 static bool UnmarshallingPointEvent(Parcel& in, SecCompClickEvent& clickInfo);
34 static bool UnmarshallingKeyEvent(Parcel& in, SecCompClickEvent& clickInfo);
37 SecCompClickEvent clickInfoParams_;
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_entity.h49 int32_t CheckClickInfo(const SecCompClickEvent& clickInfo) const;
58 int32_t CheckKeyEvent(const SecCompClickEvent& clickInfo) const;
59 int32_t CheckPointEvent(const SecCompClickEvent& clickInfo) const;
H A Dsec_comp_entity.cpp60 int32_t SecCompEntity::CheckPointEvent(const SecCompClickEvent& clickInfo) const in CheckPointEvent()
82 int32_t SecCompEntity::CheckKeyEvent(const SecCompClickEvent& clickInfo) const in CheckKeyEvent()
100 int32_t SecCompEntity::CheckClickInfo(const SecCompClickEvent& clickInfo) const in CheckClickInfo()
H A Dsec_comp_service.h47 const std::string& componentInfo, const SecCompClickEvent& clickInfo,
H A Dsec_comp_manager.h60 const SecCompCallerInfo& caller, const SecCompClickEvent& clickInfo,
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dsec_comp_register_callback_test.cpp64 …const SecCompClickEvent& clickInfo, sptr<IRemoteObject> callerToken, OnFirstUseDialogCloseFunc dia… in ReportSecurityComponentClickEvent()
208 struct SecCompClickEvent clickInfo = {
244 struct SecCompClickEvent clickInfo = {
295 struct SecCompClickEvent clickInfo = {
333 struct SecCompClickEvent clickInfo = {
372 struct SecCompClickEvent clickInfo = {
410 struct SecCompClickEvent clickInfo = {
445 struct SecCompClickEvent clickInfo = {
482 struct SecCompClickEvent clickInfo = {
522 struct SecCompClickEvent clickInfo = {
[all …]
H A Dsec_comp_kit_test.cpp39 struct SecCompClickEvent click; in TestInCallerNotCheckList()
54 struct SecCompClickEvent click; in TestInCallerCheckList()
122 struct SecCompClickEvent touch = {
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_click_event_parcel.cpp90 bool SecCompClickEventParcel::UnmarshallingPointEvent(Parcel& in, SecCompClickEvent& clickInfo) in UnmarshallingPointEvent()
104 bool SecCompClickEventParcel::UnmarshallingKeyEvent(Parcel& in, SecCompClickEvent& clickInfo) in UnmarshallingKeyEvent()
125 SecCompClickEvent clickInfo; in Unmarshalling()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_service_mock_test.cpp104 struct SecCompClickEvent touch = {
145 struct SecCompClickEvent touch = {
181 struct SecCompClickEvent touch = {
222 struct SecCompClickEvent clickInfo = {
284 struct SecCompClickEvent clickInfo1 = {
H A Dsec_comp_entity_test.cpp113 SecCompClickEvent touch = {
151 SecCompClickEvent touch = {
192 SecCompClickEvent clickInfo;
H A Dsec_comp_stub_mock_test.h47 const SecCompClickEvent& clickInfo, sptr<IRemoteObject> callerToken, in ReportSecurityComponentClickEvent()
H A Dsec_comp_stub_test.h47 …const SecCompClickEvent& clickInfo, sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCal… in ReportSecurityComponentClickEvent()
H A Dsec_comp_service_test.cpp266 struct SecCompClickEvent touch = {
365 struct SecCompClickEvent touchInfo;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_kit.h48 struct SecCompClickEvent { struct
89 std::string& componentInfo, const SecCompClickEvent& clickInfo, in ReportSecurityComponentClickEvent()
/ohos5.0/base/security/security_component_manager/frameworks/enhance_adapter/include/
H A Dsec_comp_enhance_adapter.h54 virtual int32_t CheckExtraInfo(const SecCompClickEvent& clickInfo) = 0;
105 static int32_t CheckExtraInfo(const SecCompClickEvent& clickInfo);
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_kit.h33 std::string& componentInfo, const SecCompClickEvent& clickInfo,
H A Di_sec_comp_service.h38 …const SecCompClickEvent& clickInfo, sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCal…
H A Dsec_comp_proxy.h33 const std::string& componentInfo, const SecCompClickEvent& clickInfo,
H A Dsec_comp_client.h37 const std::string& componentInfo, const SecCompClickEvent& clickInfo,
H A Dsec_comp_info.h139 struct SecCompClickEvent { struct
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/innerkits/reportsecuritycomponentclickevent_fuzzer/
H A Dreportsecuritycomponentclickevent_fuzzer.cpp38 struct SecCompClickEvent clickInfo; in ReportSecurityComponentClickEventFuzzTest()
/ohos5.0/base/security/security_component_manager/
H A DREADME_zh.md52 …entClickEvent(int32_t scId, const std::string& componentInfo, const SecCompClickEvent& clickInfo, …
/ohos5.0/base/security/security_component_manager/frameworks/enhance_adapter/test/unittest/src/
H A Dsec_comp_enhance_adapter_test.cpp77 SecCompClickEvent touchInfo;
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/service/reportsecuritycomponentclickeventstub_fuzzer/
H A Dreportsecuritycomponentclickeventstub_fuzzer.cpp41 void ConstructClickEvent(CompoRandomGenerator &generator, SecCompClickEvent& clickEvent) in ConstructClickEvent()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/mock/src/
H A Dsec_comp_enhance_adapter.cpp41 int32_t SecCompEnhanceAdapter::CheckExtraInfo(const SecCompClickEvent& clickInfo) in CheckExtraInfo()

12