/ohos5.0/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() argument 57 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback); 76 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback);
|
H A D | first_use_dialog.cpp | 292 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 D | sec_comp_stub.cpp | 178 sptr<IRemoteObject> dialogCallback = data.ReadRemoteObject(); in ReportSecurityComponentClickEventInner() local 179 if (dialogCallback == 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() argument 258 std::vector<sptr<IRemoteObject>> remoteArr = { callerToken, dialogCallback }; in ReportSecurityComponentClickEvent()
|
H A D | sec_comp_manager.cpp | 504 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 D | sec_comp_proxy.cpp | 234 sptr<IRemoteObject> callerToken, sptr<IRemoteObject> dialogCallback) in ReportSecurityComponentClickEvent() argument 270 if ((dialogCallback != nullptr) && !data.WriteRemoteObject(dialogCallback)) { in ReportSecurityComponentClickEvent()
|
H A D | sec_comp_client.cpp | 87 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 D | i_sec_comp_service.h | 38 …ompClickEvent& 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);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_mgr_proxy_test/ |
H A D | mock_ui_service_mgr_stub.h | 53 const sptr<OHOS::Ace::IDialogCallback>& dialogCallback,
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 369 sptr<Notification::AnsDialogCallback> dialogCallback = nullptr; in DoSomethingInterestingWithMyAPI() local 371 ansManagerStub.RequestEnableNotification(stringData, dialogCallback, callerToken); in DoSomethingInterestingWithMyAPI()
|