Home
last modified time | relevance | path

Searched refs:NotifyAllConnectDecision (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/allconnectmgr/
H A Ddsched_all_connect_manager.cpp245 void DSchedAllConnectManager::NotifyAllConnectDecision(const std::string &peerNetworkId, bool isSup… in NotifyAllConnectDecision() function in OHOS::DistributedSchedule::DSchedAllConnectManager
287 DSchedAllConnectManager::GetInstance().NotifyAllConnectDecision(peerNetworkId, isSupport); in ApplyResult()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/allconnectmgr/
H A Ddsched_all_connect_manager.h47 void NotifyAllConnectDecision(const std::string &peerNetworkId, bool isSupport);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_transport_softbus_adapter.cpp126 … DSchedContinueManager::GetInstance().NotifyAllConnectDecision(peerDeviceId, true); in ConnectDevice()
142 DSchedContinueManager::GetInstance().NotifyAllConnectDecision(peerDeviceId, false); in ConnectDevice()
145 DSchedContinueManager::GetInstance().NotifyAllConnectDecision(peerDeviceId, true); in ConnectDevice()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue_manager.h54 void NotifyAllConnectDecision(std::string peerDeviceId, bool isSupport);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_manager.cpp104 void DSchedContinueManager::NotifyAllConnectDecision(std::string peerDeviceId, bool isSupport) in NotifyAllConnectDecision() function in OHOS::DistributedSchedule::DSchedContinueManager