Searched refs:who (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_tracker.cpp | 362 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 D | networkshare_tracker.h | 213 void HandleSubSmUpdateInterfaceState(const std::shared_ptr<NetworkShareSubStateMachine> &who, int32_t state,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_headers.cpp | 527 void ObexHeader::AppendItemWho(const uint8_t *who, const uint16_t length) in AppendItemWho() argument 529 AppendBytes(ObexHeader::WHO, who, length); in AppendItemWho()
|
H A D | obex_headers.h | 435 void AppendItemWho(const uint8_t *who, const uint16_t length);
|
Completed in 8 milliseconds