Searched refs:connectionCallback_ (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | inject_notice_manager.cpp | 39 InjectNoticeManager::InjectNoticeManager() : connectionCallback_(new (std::nothrow) InjectNoticeCon… in InjectNoticeManager() 43 connectionCallback_ = nullptr; in ~InjectNoticeManager() 72 CHKPR(connectionCallback_, false); in ConnectNoticeSrv() 73 if (connectionCallback_->IsConnected()) { in ConnectNoticeSrv() 81 ErrCode result = abilityMgr->ConnectAbility(want, connectionCallback_, INVALID_USERID); in ConnectNoticeSrv() 97 return connectionCallback_; in GetConnection()
|
/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/ |
H A D | inject_notice_manager_test.cpp | 100 …injectNoticeMgr.connectionCallback_ = new (std::nothrow) InjectNoticeManager::InjectNoticeConnecti… 101 ASSERT_NE(injectNoticeMgr.connectionCallback_, nullptr); 102 injectNoticeMgr.connectionCallback_->isConnected_ = true; 104 injectNoticeMgr.connectionCallback_->isConnected_ = false;
|
H A D | server_msg_handler_test.cpp | 1401 manager.connectionCallback_ = new (std::nothrow) InjectNoticeManager::InjectNoticeConnection; 1402 manager.connectionCallback_->isConnected_ = false; 1405 manager.connectionCallback_->isConnected_ = true; 1518 manager.connectionCallback_ = new (std::nothrow) InjectNoticeManager::InjectNoticeConnection; 1519 EXPECT_NE(nullptr, manager.connectionCallback_); 1540 manager.connectionCallback_ = new (std::nothrow) InjectNoticeManager::InjectNoticeConnection; 1541 EXPECT_NE(nullptr, manager.connectionCallback_); 1563 manager.connectionCallback_ = new (std::nothrow) InjectNoticeManager::InjectNoticeConnection; 1564 EXPECT_NE(nullptr, manager.connectionCallback_); 1586 manager.connectionCallback_ = new (std::nothrow) InjectNoticeManager::InjectNoticeConnection; [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_mock.cpp | 352 connectionCallback_ = callback; in RegisterP2pConnectionChangedCallback() 369 connectionCallback_(info); in CreateGroupSuccessAction() 381 connectionCallback_(info); in CreateGroupFailureAction() 407 connectionCallback_(info); in ConnectSuccessAction() 419 connectionCallback_(info); in ConnectFailureAction() 445 connectionCallback_(info); in DestroyGroupSuccessAction() 457 connectionCallback_(info); in DestroyGroupFailureAction()
|
H A D | wifi_direct_mock.h | 220 static inline P2pConnectionChangedCallback connectionCallback_ {};
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | remote_executor_stub.cpp | 222 if (connectionCallback_ != nullptr) { in ~RemoteExecutorStub() 241 …connectionCallback_ = Common::MakeShared<RemoteExecutorStubMessageCallback>(scheduleId, shared_fro… in ProcBeginExecuteRequest() 242 IF_FALSE_LOGE_AND_RETURN_VAL(connectionCallback_ != nullptr, GENERAL_ERROR); in ProcBeginExecuteRequest() 248 endPointName_, connectionCallback_); in ProcBeginExecuteRequest()
|
/ohos5.0/foundation/multimodalinput/input/service/message_handle/include/ |
H A D | inject_notice_manager.h | 53 sptr<InjectNoticeConnection> connectionCallback_ { nullptr };
|
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/ |
H A D | remote_executor_stub.h | 52 std::shared_ptr<ConnectionListener> connectionCallback_ = nullptr; variable
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | remote_executor_proxy.cpp | 151 … connectionCallback_ = Common::MakeShared<RemoteExecutorProxyMessageCallback>(weak_from_this()); in Start() 152 IF_FALSE_LOGE_AND_RETURN_VAL(connectionCallback_ != nullptr, GENERAL_ERROR); in Start() 155 endPointName_, connectionCallback_); in Start()
|
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | remote_executor_proxy.h | 58 std::shared_ptr<ConnectionListener> connectionCallback_ = nullptr; variable
|