Home
last modified time | relevance | path

Searched refs:TYPE_PC_ID (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_device_info.h37 #define TYPE_PC_ID 0x0C macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_node_weight.c69 case TYPE_PC_ID: in LnnGetLocalWeight()
H A Dlnn_net_builder_process.c697 if (nodeInfo.deviceInfo.deviceTypeId != TYPE_PC_ID || in ProcessLeaveSpecific()
H A Dlnn_connection_fsm.c348 return info->deviceInfo.deviceTypeId == TYPE_PC_ID; in IsDeviceTypePc()
359 if (info->deviceInfo.deviceTypeId == TYPE_PC_ID && in PostPcOnlineUniquely()
H A Dlnn_net_builder.c1580 LnnNotifyHichainProofException(errorReturn, errorReturnLen, TYPE_PC_ID, errCode); in AuthFailNotifyProofInfo()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_role_option.cpp98 devTypeId == TYPE_PC_ID || devTypeId == TYPE_2IN1_ID; in IsPowerAlwaysOn()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_device_info.c47 {TYPE_PC, TYPE_PC_ID},
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_test.cpp324 info->deviceInfo.deviceTypeId = TYPE_PC_ID;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c751 if (node.deviceInfo.deviceTypeId == TYPE_PC_ID && in ProcOfflineWithoutSoftbus()
H A Dlnn_heartbeat_medium_mgr.c172 if (nodeInfo.deviceInfo.deviceTypeId == TYPE_PC_ID) { in UpdateOnlineInfoNoConnection()