Home
last modified time | relevance | path

Searched refs:ConnectSystemUi (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_access_policy_dialog.h26 virtual bool ConnectSystemUi(uint32_t uid) = 0;
H A Dnet_access_policy_dialog_impl.h34 bool ConnectSystemUi(uint32_t uid) override;
/foundation/multimodalinput/input/service/message_handle/include/
H A Dauthorization_dialog.h30 bool ConnectSystemUi();
/foundation/multimodalinput/input/service/message_handle/test/
H A Dinject_notice_manager_test.cpp50 * @tc.desc: Test ConnectSystemUi
58 EXPECT_FALSE(dialog.ConnectSystemUi()); in HWTEST_F()
95 * @tc.desc: Test ConnectSystemUi
104 bool ret = dialog.ConnectSystemUi(); in HWTEST_F()
/foundation/multimodalinput/input/service/message_handle/src/
H A Dauthorization_dialog.cpp50 bool AuthorizationDialog::ConnectSystemUi() in ConnectSystemUi() function in OHOS::MMI::AuthorizationDialog
H A Dserver_msg_handler.cpp883 authorizationDialog.ConnectSystemUi(); in LaunchAbility()
/foundation/communication/netmanager_base/services/netpolicymanager/src/
H A Dnet_access_policy_dialog_impl.cpp48 bool NetAccessPolicyDialogImpl::ConnectSystemUi(uint32_t uid) in ConnectSystemUi() function in OHOS::NetManagerStandard::NetAccessPolicyDialogImpl
H A Dnet_policy_service.cpp555 auto ret = netPolicyDialog->ConnectSystemUi(uid); in NotifyNetAccessPolicyDiag()
557 NETMGR_LOG_E("netPolicyDialog ConnectSystemUi failed"); in NotifyNetAccessPolicyDiag()

Completed in 6 milliseconds