/base/security/security_component_manager/services/security_component_service/sa/sa_main/ |
H A D | first_use_dialog.h | 37 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 D | first_use_dialog.cpp | 297 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 D | sec_comp_stub.cpp | 178 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 D | sec_comp_service.h | 48 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) override;
|
H A D | sec_comp_service.cpp | 249 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 D | sec_comp_manager.cpp | 511 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 D | first_use_dialog.cpp | 89 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 D | i_sec_comp_service.h | 38 const SecCompClickEvent& clickInfo, sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) = 0;
|
H A D | sec_comp_proxy.h | 34 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) override;
|
H A D | sec_comp_client.h | 38 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback);
|
/base/security/security_component_manager/frameworks/inner_api/security_component/src/ |
H A D | sec_comp_client.cpp | 94 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 D | sec_comp_proxy.cpp | 234 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 D | advancednotificationservice_fuzzer.cpp | 160 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 D | ansmanagerstubannexthree_fuzzer.cpp | 366 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 D | ansmanagerstubannex_fuzzer.cpp | 374 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 D | ansmanagerstub_fuzzer.cpp | 375 sptr<Notification::AnsDialogCallback> dialogCallback = nullptr;
in DoSomethingInterestingWithMyAPI() local 377 ansManagerStub.RequestEnableNotification(stringData, dialogCallback, callerToken);
in DoSomethingInterestingWithMyAPI()
|