/ohos5.0/base/security/security_component_manager/frameworks/security_component/include/ |
H A D | sec_comp_click_event_parcel.h | 33 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 D | sec_comp_entity.h | 49 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 D | sec_comp_entity.cpp | 60 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 D | sec_comp_service.h | 47 const std::string& componentInfo, const SecCompClickEvent& clickInfo,
|
H A D | sec_comp_manager.h | 60 const SecCompCallerInfo& caller, const SecCompClickEvent& clickInfo,
|
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/ |
H A D | sec_comp_register_callback_test.cpp | 64 …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 D | sec_comp_kit_test.cpp | 39 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 D | sec_comp_click_event_parcel.cpp | 90 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 D | sec_comp_service_mock_test.cpp | 104 struct SecCompClickEvent touch = { 145 struct SecCompClickEvent touch = { 181 struct SecCompClickEvent touch = { 222 struct SecCompClickEvent clickInfo = { 284 struct SecCompClickEvent clickInfo1 = {
|
H A D | sec_comp_entity_test.cpp | 113 SecCompClickEvent touch = { 151 SecCompClickEvent touch = { 192 SecCompClickEvent clickInfo;
|
H A D | sec_comp_stub_mock_test.h | 47 const SecCompClickEvent& clickInfo, sptr<IRemoteObject> callerToken, in ReportSecurityComponentClickEvent()
|
H A D | sec_comp_stub_test.h | 47 …const SecCompClickEvent& clickInfo, sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCal… in ReportSecurityComponentClickEvent()
|
H A D | sec_comp_service_test.cpp | 266 struct SecCompClickEvent touch = { 365 struct SecCompClickEvent touchInfo;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/ |
H A D | sec_comp_kit.h | 48 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 D | sec_comp_enhance_adapter.h | 54 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 D | sec_comp_kit.h | 33 std::string& componentInfo, const SecCompClickEvent& clickInfo,
|
H A D | i_sec_comp_service.h | 38 …const SecCompClickEvent& clickInfo, sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCal…
|
H A D | sec_comp_proxy.h | 33 const std::string& componentInfo, const SecCompClickEvent& clickInfo,
|
H A D | sec_comp_client.h | 37 const std::string& componentInfo, const SecCompClickEvent& clickInfo,
|
H A D | sec_comp_info.h | 139 struct SecCompClickEvent { struct
|
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/innerkits/reportsecuritycomponentclickevent_fuzzer/ |
H A D | reportsecuritycomponentclickevent_fuzzer.cpp | 38 struct SecCompClickEvent clickInfo; in ReportSecurityComponentClickEventFuzzTest()
|
/ohos5.0/base/security/security_component_manager/ |
H A D | README_zh.md | 52 …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 D | sec_comp_enhance_adapter_test.cpp | 77 SecCompClickEvent touchInfo;
|
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/service/reportsecuritycomponentclickeventstub_fuzzer/ |
H A D | reportsecuritycomponentclickeventstub_fuzzer.cpp | 41 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 D | sec_comp_enhance_adapter.cpp | 41 int32_t SecCompEnhanceAdapter::CheckExtraInfo(const SecCompClickEvent& clickInfo) in CheckExtraInfo()
|