Home
last modified time | relevance | path

Searched refs:dialogCallback (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/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() argument
57 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback);
76 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback);
H A Dfirst_use_dialog.cpp292 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) in StartDialogAbility() argument
305 …DialogSrvCallback *call = new (std::nothrow)SecCompDialogSrvCallback(scId, entity, dialogCallback); in StartDialogAbility()
369 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) in NotifyFirstUseDialog() argument
384 if (dialogCallback == nullptr) { in NotifyFirstUseDialog()
405 StartDialogAbility(entity, callerToken, dialogCallback); in NotifyFirstUseDialog()
414 StartDialogAbility(entity, callerToken, dialogCallback); in NotifyFirstUseDialog()
H A Dsec_comp_stub.cpp178 sptr<IRemoteObject> dialogCallback = data.ReadRemoteObject(); in ReportSecurityComponentClickEventInner() local
179 if (dialogCallback == 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() argument
258 std::vector<sptr<IRemoteObject>> remoteArr = { callerToken, dialogCallback }; in ReportSecurityComponentClickEvent()
H A Dsec_comp_manager.cpp504 auto dialogCallback = remote[1]; in ReportSecurityComponentClickEvent() local
534 if (FirstUseDialog::GetInstance().NotifyFirstUseDialog(sc, callerToken, dialogCallback) == in ReportSecurityComponentClickEvent()
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/src/
H A Dsec_comp_proxy.cpp234 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) in ReportSecurityComponentClickEvent() argument
270 if ((dialogCallback != nullptr) && !data.WriteRemoteObject(dialogCallback)) { in ReportSecurityComponentClickEvent()
H A Dsec_comp_client.cpp87 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) in ReportSecurityComponentClickEvent() argument
95 …xy->ReportSecurityComponentClickEvent(scId, componentInfo, clickInfo, callerToken, dialogCallback); in ReportSecurityComponentClickEvent()
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Di_sec_comp_service.h38 …ompClickEvent& 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);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_mgr_proxy_test/
H A Dmock_ui_service_mgr_stub.h53 const sptr<OHOS::Ace::IDialogCallback>& dialogCallback,
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp369 sptr<Notification::AnsDialogCallback> dialogCallback = nullptr; in DoSomethingInterestingWithMyAPI() local
371 ansManagerStub.RequestEnableNotification(stringData, dialogCallback, callerToken); in DoSomethingInterestingWithMyAPI()