Home
last modified time | relevance | path

Searched refs:OnFirstUseDialogCloseFunc (Results 1 – 10 of 10) sorted by relevance

/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()
221 OnFirstUseDialogCloseFunc func = [] (int32_t) {}; in __anon783562530202()
256 OnFirstUseDialogCloseFunc func = [] (int32_t) {}; in __anon783562530302()
308 OnFirstUseDialogCloseFunc func = [] (int32_t) {}; in __anon783562530402()
347 OnFirstUseDialogCloseFunc func = [] (int32_t) {}; in __anon783562530502()
382 OnFirstUseDialogCloseFunc func = [] (int32_t) {}; in __anon783562530602()
420 OnFirstUseDialogCloseFunc func = nullptr;
457 OnFirstUseDialogCloseFunc func = [] (int32_t) {}; in __anon783562530702()
494 OnFirstUseDialogCloseFunc func = [] (int32_t) {}; in __anon783562530802()
534 OnFirstUseDialogCloseFunc func = [] (int32_t) {}; in __anon783562530902()
[all …]
H A Dsec_comp_kit_test.cpp43 OnFirstUseDialogCloseFunc func = [] (int32_t) {}; in TestInCallerNotCheckList()
58 OnFirstUseDialogCloseFunc func = [] (int32_t) {}; in TestInCallerCheckList()
128 OnFirstUseDialogCloseFunc func = nullptr;
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_dialog_callback.h30 explicit SecCompDialogCallback(OnFirstUseDialogCloseFunc&& callback) in SecCompDialogCallback()
44 OnFirstUseDialogCloseFunc callback_;
H A Dsec_comp_kit.h35 OnFirstUseDialogCloseFunc&& callback);
H A Dsec_comp_info.h38 using OnFirstUseDialogCloseFunc = std::function<void(int32_t)>; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_kit.h56 using OnFirstUseDialogCloseFunc = std::function<void(int32_t)>; variable
90 sptr<IRemoteObject> callerToken, OnFirstUseDialogCloseFunc&& func) in ReportSecurityComponentClickEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.h35 Security::SecurityComponent::OnFirstUseDialogCloseFunc&& callback);
38 Security::SecurityComponent::OnFirstUseDialogCloseFunc&& callback);
47 Security::SecurityComponent::OnFirstUseDialogCloseFunc&& callback);
H A Dsecurity_component_handler.cpp944 Security::SecurityComponent::OnFirstUseDialogCloseFunc&& callback) in ReportSecurityComponentClickEventInner()
963 Security::SecurityComponent::OnFirstUseDialogCloseFunc&& callback) in ReportSecurityComponentClickEvent()
1006 Security::SecurityComponent::OnFirstUseDialogCloseFunc&& callback) in ReportSecurityComponentClickEvent()
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/innerkits/reportsecuritycomponentclickevent_fuzzer/
H A Dreportsecuritycomponentclickevent_fuzzer.cpp46 OnFirstUseDialogCloseFunc func = [] (int32_t) {}; in ReportSecurityComponentClickEventFuzzTest()
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/src/
H A Dsec_comp_kit.cpp106 sptr<IRemoteObject> callerToken, OnFirstUseDialogCloseFunc&& callback) in ReportSecurityComponentClickEvent()