Searched refs:OnBoardOnline (Results 1 – 6 of 6) sorted by relevance
85 dm->OnBoardOnline(deviceInfo.networkId); in OnDeviceOnline()104 void OnBoardOnline(const std::string &networkId);
30 virtual void OnBoardOnline(const std::string &networkId) = 0;
113 void DDMAdapterImpl::OnBoardOnline(const std::string &networkId) in OnBoardOnline() function in OHOS::Msdp::DeviceStatus::DDMAdapterImpl121 observer->OnBoardOnline(networkId); in OnBoardOnline()
69 void OnBoardOnline(Context &context, const CooperateEvent &event);
74 AddHandler(CooperateEventType::DDM_BOARD_ONLINE, &StateMachine::OnBoardOnline); in StateMachine()231 void StateMachine::OnBoardOnline(Context &context, const CooperateEvent &event) in OnBoardOnline() function in OHOS::Msdp::DeviceStatus::Cooperate::StateMachine
49 void OnBoardOnline(const std::string &networkId) override in OnBoardOnline() function in OHOS::Msdp::DeviceStatus::Cooperate::BoardObserver