Home
last modified time | relevance | path

Searched refs:dialogCallback (Results 1 - 16 of 16) sorted by relevance

/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dfirst_use_dialog.h37 sptr<IRemoteObject> dialogCallback) : scId_(scId), sc_(sc), dialogCallback_(dialogCallback) {}; in SecCompDialogSrvCallback()
57 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback);
76 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback);
36 SecCompDialogSrvCallback(int32_t scId, std::shared_ptr<SecCompEntity> sc, sptr<IRemoteObject> dialogCallback) SecCompDialogSrvCallback() argument
H A Dfirst_use_dialog.cpp297 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) in StartDialogAbility()
310 SecCompDialogSrvCallback *call = new (std::nothrow)SecCompDialogSrvCallback(scId, entity, dialogCallback); in StartDialogAbility()
372 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) in NotifyFirstUseDialog()
387 if (dialogCallback == nullptr) { in NotifyFirstUseDialog()
408 StartDialogAbility(entity, callerToken, dialogCallback); in NotifyFirstUseDialog()
417 StartDialogAbility(entity, callerToken, dialogCallback); in NotifyFirstUseDialog()
296 StartDialogAbility(std::shared_ptr<SecCompEntity> entity, sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) StartDialogAbility() argument
371 NotifyFirstUseDialog(std::shared_ptr<SecCompEntity> entity, sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) NotifyFirstUseDialog() argument
H A Dsec_comp_stub.cpp178 sptr<IRemoteObject> dialogCallback = data.ReadRemoteObject(); in ReportSecurityComponentClickEventInner() local
179 if (dialogCallback == nullptr) { in ReportSecurityComponentClickEventInner()
180 SC_LOG_ERROR(LABEL, "dialogCallback is nullptr"); in ReportSecurityComponentClickEventInner()
214 callerToken, dialogCallback); in ReportSecurityComponentClickEventInner()
H A Dsec_comp_service.h48 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) override;
H A Dsec_comp_service.cpp249 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) in ReportSecurityComponentClickEvent()
258 std::vector<sptr<IRemoteObject>> remoteArr = { callerToken, dialogCallback }; in ReportSecurityComponentClickEvent()
247 ReportSecurityComponentClickEvent(int32_t scId, const std::string& componentInfo, const SecCompClickEvent& clickInfo, sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) ReportSecurityComponentClickEvent() argument
H A Dsec_comp_manager.cpp511 auto dialogCallback = remote[1]; in ReportSecurityComponentClickEvent() local
541 if (FirstUseDialog::GetInstance().NotifyFirstUseDialog(sc, callerToken, dialogCallback) == in ReportSecurityComponentClickEvent()
/base/security/security_component_manager/test/fuzztest/security_component/mock/
H A Dfirst_use_dialog.cpp89 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) in StartDialogAbility()
105 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) in NotifyFirstUseDialog()
88 StartDialogAbility(std::shared_ptr<SecCompEntity> entity, sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) StartDialogAbility() argument
104 NotifyFirstUseDialog(std::shared_ptr<SecCompEntity> entity, sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) NotifyFirstUseDialog() argument
/base/security/security_component_manager/frameworks/inner_api/security_component/include/
H A Di_sec_comp_service.h38 const SecCompClickEvent& clickInfo, sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) = 0;
H A Dsec_comp_proxy.h34 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) override;
H A Dsec_comp_client.h38 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback);
/base/security/security_component_manager/frameworks/inner_api/security_component/src/
H A Dsec_comp_client.cpp94 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) in ReportSecurityComponentClickEvent()
102 return proxy->ReportSecurityComponentClickEvent(scId, componentInfo, clickInfo, callerToken, dialogCallback); in ReportSecurityComponentClickEvent()
92 ReportSecurityComponentClickEvent(int32_t scId, const std::string& componentInfo, const SecCompClickEvent& clickInfo, sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) ReportSecurityComponentClickEvent() argument
H A Dsec_comp_proxy.cpp234 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) in ReportSecurityComponentClickEvent()
270 if ((dialogCallback != nullptr) && !data.WriteRemoteObject(dialogCallback)) { in ReportSecurityComponentClickEvent()
232 ReportSecurityComponentClickEvent(int32_t scId, const std::string& componentInfo, const SecCompClickEvent& clickInfo, sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) ReportSecurityComponentClickEvent() argument
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp160 sptr<Notification::AnsDialogCallback> dialogCallback = new Notification::AnsDialogCallbackProxy(nullptr); in DoSomethingInterestingWithMyAPI() local
163 service->RequestEnableNotification(stringData, dialogCallback, callerToken); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp366 sptr<Notification::AnsDialogCallback> dialogCallback = nullptr; in DoSomethingInterestingWithMyAPI() local
368 ansManagerStub.RequestEnableNotification(stringData, dialogCallback, callerToken); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp374 sptr<Notification::AnsDialogCallback> dialogCallback = nullptr; in DoSomethingInterestingWithMyAPI() local
376 ansManagerStub.RequestEnableNotification(stringData, dialogCallback, callerToken); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp375 sptr<Notification::AnsDialogCallback> dialogCallback = nullptr; in DoSomethingInterestingWithMyAPI() local
377 ansManagerStub.RequestEnableNotification(stringData, dialogCallback, callerToken); in DoSomethingInterestingWithMyAPI()

Completed in 10 milliseconds