Home
last modified time | relevance | path

Searched refs:ReportSecurityComponentClickEvent (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dsec_comp_register_callback_test.cpp62 static __attribute__((noinline)) int32_t ReportSecurityComponentClickEvent( in ReportSecurityComponentClickEvent() function
81 reinterpret_cast<uintptr_t>(ReportSecurityComponentClickEvent), in InitUiRegister()
223 ReportSecurityComponentClickEvent(scId, saveInfo, clickInfo, token, std::move(func)));
258 ReportSecurityComponentClickEvent(scId, saveInfo, clickInfo, token, std::move(func)));
310 ReportSecurityComponentClickEvent(scId, saveInfo, clickInfo, token, std::move(func)));
349 ReportSecurityComponentClickEvent(scId, saveInfo, clickInfo, token, std::move(func)));
385 ReportSecurityComponentClickEvent(scId, saveInfo, clickInfo, token, std::move(func)));
388 ReportSecurityComponentClickEvent(scId, saveInfo, clickInfo, token, std::move(func)));
422 ReportSecurityComponentClickEvent(scId, saveInfo, clickInfo, token, std::move(func)));
496 ReportSecurityComponentClickEvent(scId, saveInfo, clickInfo, token, std::move(func)));
[all …]
H A Dsec_comp_kit_test.cpp44 …int reportRes = SecCompKit::ReportSecurityComponentClickEvent(scId, emptyStr, click, nullptr, std:… in TestInCallerNotCheckList()
59 …int reportRes = SecCompKit::ReportSecurityComponentClickEvent(scId, emptyStr, click, nullptr, std:… in TestInCallerCheckList()
129 …EXPECT_NE(SC_OK, SecCompKit::ReportSecurityComponentClickEvent(scId, jsonStr, touch, nullptr, std:…
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_service_mock_test.cpp117 …T_EQ(SC_SERVICE_ERROR_CLICK_EVENT_INVALID, secCompService_->ReportSecurityComponentClickEvent(scId,
153 … secCompService_->ReportSecurityComponentClickEvent(scId, saveInfo, touch, nullptr, nullptr));
194 … secCompService_->ReportSecurityComponentClickEvent(scId, saveInfo, touch, nullptr, nullptr));
235 …T_EQ(SC_SERVICE_ERROR_CLICK_EVENT_INVALID, secCompService_->ReportSecurityComponentClickEvent(scId…
247 …T_EQ(SC_SERVICE_ERROR_CLICK_EVENT_INVALID, secCompService_->ReportSecurityComponentClickEvent(scId,
252 …T_EQ(SC_SERVICE_ERROR_CLICK_EVENT_INVALID, secCompService_->ReportSecurityComponentClickEvent(scId,
298 …secCompService_->ReportSecurityComponentClickEvent(scId, locationInfo, clickInfo1, nullptr, nullpt…
H A Dsec_comp_stub_mock_test.h46 int32_t ReportSecurityComponentClickEvent(int32_t scId, const std::string& componentInfo, in ReportSecurityComponentClickEvent() function
H A Dsec_comp_stub_test.h46 int32_t ReportSecurityComponentClickEvent(int32_t scId, const std::string& componentInfo, in ReportSecurityComponentClickEvent() function
H A Dsec_comp_service_test.cpp277 … secCompService_->ReportSecurityComponentClickEvent(scId, locationInfo, touch, nullptr, nullptr));
366 …EXPECT_EQ(secCompService_->ReportSecurityComponentClickEvent(scId, componentInfo, touchInfo, nullp…
H A Dsec_comp_manager_test.cpp425 SecCompManager::GetInstance().ReportSecurityComponentClickEvent(1,
478 …VICE_ERROR_COMPONENT_INFO_INVALID, SecCompManager::GetInstance().ReportSecurityComponentClickEvent(
483 …VICE_ERROR_COMPONENT_INFO_INVALID, SecCompManager::GetInstance().ReportSecurityComponentClickEvent(
487 …VICE_ERROR_COMPONENT_INFO_INVALID, SecCompManager::GetInstance().ReportSecurityComponentClickEvent(
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_pattern.cpp82 res = ReportSecurityComponentClickEvent(event); in OnKeyEvent()
154 int res = ReportSecurityComponentClickEvent(gestureInfo); in HandleClickEventFromTouch()
233 res = buttonPattern->ReportSecurityComponentClickEvent(info); in InitOnClick()
682 int32_t SecurityComponentPattern::ReportSecurityComponentClickEvent(GestureEvent& event) in ReportSecurityComponentClickEvent() function in OHOS::Ace::NG::SecurityComponentPattern
703 return SecurityComponentHandler::ReportSecurityComponentClickEvent(scId_, in ReportSecurityComponentClickEvent()
710 return SecurityComponentHandler::ReportSecurityComponentClickEvent(scId_, in ReportSecurityComponentClickEvent()
714 int32_t SecurityComponentPattern::ReportSecurityComponentClickEvent(const KeyEvent& event) in ReportSecurityComponentClickEvent() function in OHOS::Ace::NG::SecurityComponentPattern
735 return SecurityComponentHandler::ReportSecurityComponentClickEvent(scId_, in ReportSecurityComponentClickEvent()
742 return SecurityComponentHandler::ReportSecurityComponentClickEvent(scId_, in ReportSecurityComponentClickEvent()
H A Dsecurity_component_pattern.h124 int32_t ReportSecurityComponentClickEvent(GestureEvent& event);
125 int32_t ReportSecurityComponentClickEvent(const KeyEvent& event);
H A Dsecurity_component_handler.h33 static int32_t ReportSecurityComponentClickEvent(int32_t& scId,
36 static int32_t ReportSecurityComponentClickEvent(int32_t& scId,
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/src/
H A Dsec_comp_kit.cpp104 int32_t SecCompKit::ReportSecurityComponentClickEvent(int32_t scId, in ReportSecurityComponentClickEvent() function in OHOS::Security::SecurityComponent::SecCompKit
138 SecCompClient::GetInstance().ReportSecurityComponentClickEvent(scId, componentInfo, in ReportSecurityComponentClickEvent()
H A Dsec_comp_client.cpp85 int32_t SecCompClient::ReportSecurityComponentClickEvent(int32_t scId, in ReportSecurityComponentClickEvent() function in OHOS::Security::SecurityComponent::SecCompClient
95 …return proxy->ReportSecurityComponentClickEvent(scId, componentInfo, clickInfo, callerToken, dialo… in ReportSecurityComponentClickEvent()
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_kit.h32 static int32_t ReportSecurityComponentClickEvent(int32_t scId,
H A Di_sec_comp_service.h37 … virtual int32_t ReportSecurityComponentClickEvent(int32_t scId, const std::string& componentInfo,
H A Dsec_comp_proxy.h32 int32_t ReportSecurityComponentClickEvent(int32_t scId,
H A Dsec_comp_client.h36 int32_t ReportSecurityComponentClickEvent(int32_t scId,
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/innerkits/reportsecuritycomponentclickevent_fuzzer/
H A Dreportsecuritycomponentclickevent_fuzzer.cpp47 …SecCompKit::ReportSecurityComponentClickEvent(scId, componentInfo, clickInfo, nullptr, std::move(f… in ReportSecurityComponentClickEventFuzzTest()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_kit.h88 static int32_t ReportSecurityComponentClickEvent(int32_t scId, in ReportSecurityComponentClickEvent() function
/ohos5.0/base/security/security_component_manager/
H A DREADME_zh.md52 | int32_t ReportSecurityComponentClickEvent(int32_t scId, const std::string& componentInfo, const S…
H A DREADME.md53 | int32_t ReportSecurityComponentClickEvent(int32_t scId, const std::string& componentInfo, const S…
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_service.h46 int32_t ReportSecurityComponentClickEvent(int32_t scId,
H A Dsec_comp_service.cpp247 int32_t SecCompService::ReportSecurityComponentClickEvent(int32_t scId, in ReportSecurityComponentClickEvent() function in OHOS::Security::SecurityComponent::SecCompService
260 … SecCompManager::GetInstance().ReportSecurityComponentClickEvent(scId, jsonRes, caller, clickInfo, in ReportSecurityComponentClickEvent()
H A Dsec_comp_manager.h59 int32_t ReportSecurityComponentClickEvent(int32_t scId, const nlohmann::json& jsonComponent,
H A Dsec_comp_stub.cpp212 this->ReportSecurityComponentClickEvent(scId, in ReportSecurityComponentClickEventInner()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp1633 …SecurityComponentHandler::ReportSecurityComponentClickEvent(invalidId, frameNode, info, [] (int32_… in __anon1234e9a90302()
1634 EXPECT_EQ(SecurityComponentHandler::ReportSecurityComponentClickEvent(
1638 EXPECT_EQ(SecurityComponentHandler::ReportSecurityComponentClickEvent(
1641 EXPECT_EQ(SecurityComponentHandler::ReportSecurityComponentClickEvent(
1662 ASSERT_EQ(SecurityComponentHandler::ReportSecurityComponentClickEvent(
1683 ASSERT_EQ(SecurityComponentHandler::ReportSecurityComponentClickEvent(
1704 ASSERT_EQ(SecurityComponentHandler::ReportSecurityComponentClickEvent(

12