Home
last modified time | relevance | path

Searched refs:who (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp362 void NetworkShareTracker::HandleSubSmUpdateInterfaceState(const std::shared_ptr<NetworkShareSubStateMachine> &who, in HandleSubSmUpdateInterfaceState() argument
365 if (who == nullptr) { in HandleSubSmUpdateInterfaceState()
373 auto iter = subStateMachineMap_.find(who->GetInterfaceName()); in HandleSubSmUpdateInterfaceState()
385 SendIfaceSharingStateChange(who->GetNetShareType(), ifaceName, SubSmStateToExportState(state)); in HandleSubSmUpdateInterfaceState()
388 NETMGR_EXT_LOG_W("iface=%{public}s is not find", (who->GetInterfaceName()).c_str()); in HandleSubSmUpdateInterfaceState()
392 SendMainSMEvent(who, CMD_CLEAR_ERROR, 0); in HandleSubSmUpdateInterfaceState()
407 SendMainSMEvent(who, which, state); in HandleSubSmUpdateInterfaceState()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_tracker.h213 void HandleSubSmUpdateInterfaceState(const std::shared_ptr<NetworkShareSubStateMachine> &who, int32_t state,
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp527 void ObexHeader::AppendItemWho(const uint8_t *who, const uint16_t length) in AppendItemWho() argument
529 AppendBytes(ObexHeader::WHO, who, length); in AppendItemWho()
H A Dobex_headers.h435 void AppendItemWho(const uint8_t *who, const uint16_t length);

Completed in 7 milliseconds