Searched refs:LNN_COMMON_LEN (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tools/device_info/ |
H A D | get_device_info.c | 77 (uint8_t *)&netCapacity, LNN_COMMON_LEN) != 0) { in PrintNodePropertyNum() 85 (uint8_t *)&netType, LNN_COMMON_LEN) != 0) { in PrintNodePropertyNum()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger_manager.c | 232 if (len != LNN_COMMON_LEN) { in DlGetStaticCapLen() 249 if (len != LNN_COMMON_LEN) { in DlGetDeviceSecurityLevel() 361 if (len != LNN_COMMON_LEN) { in DlGetAuthPort() 373 if (len != LNN_COMMON_LEN) { in DlGetSessionPort() 385 if (len != LNN_COMMON_LEN) { in DlGetProxyPort() 397 if (len != LNN_COMMON_LEN) { in DlGetNetCap() 421 if (len != LNN_COMMON_LEN) { in DlGetNetType() 434 if (len != LNN_COMMON_LEN) { in DlGetMasterWeight() 578 if (len != LNN_COMMON_LEN) { in DlGetP2pRole() 595 if (len != LNN_COMMON_LEN) { in DlGetStateVersion() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | bus_center_sdk_test.cpp | 319 (uint8_t *)&netCapacity, LNN_COMMON_LEN) == SOFTBUS_OK); 321 (uint8_t *)&netType, LNN_COMMON_LEN) == SOFTBUS_OK); 332 (uint8_t *)&netCapacity, LNN_COMMON_LEN) == SOFTBUS_OK); 334 (uint8_t *)&netType, LNN_COMMON_LEN) == SOFTBUS_OK);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/ |
H A D | lnn_local_net_ledger.c | 563 if (buf == NULL || len != LNN_COMMON_LEN) { in LlGetAuthPort() 586 if (buf == NULL || len != LNN_COMMON_LEN) { in LlGetSessionPort() 605 if (buf == NULL || len != LNN_COMMON_LEN) { in LlGetProxyPort() 668 if (buf == NULL || len != LNN_COMMON_LEN) { in LlGetNetCap() 688 if (buf == NULL || len != LNN_COMMON_LEN) { in LlGetNetType() 698 if (buf == NULL || len != LNN_COMMON_LEN) { in LlGetDeviceTypeId() 731 if (buf == NULL || len != LNN_COMMON_LEN) { in L1GetMasterNodeWeight() 810 if (buf == NULL || len != LNN_COMMON_LEN) { in L1GetP2pRole() 819 if (buf == NULL || len != LNN_COMMON_LEN) { in LlGetStateVersion() 828 if (buf == NULL || len != LNN_COMMON_LEN) { in L1GetStaFrequency()
|
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/common/ |
H A D | softbus_common.h | 168 #define LNN_COMMON_LEN 4 macro
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_net_ledger.c | 470 return LNN_COMMON_LEN; in LnnGetNodeKeyInfoLen() 472 return LNN_COMMON_LEN; in LnnGetNodeKeyInfoLen() 480 return LNN_COMMON_LEN; in LnnGetNodeKeyInfoLen()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_ledger_common_test.cpp | 267 LNN_COMMON_LEN, 268 LNN_COMMON_LEN,
|
H A D | lnn_disctributed_net_ledger_test.cpp | 189 int32_t len = LNN_COMMON_LEN; 621 len = LNN_COMMON_LEN;
|
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/ |
H A D | dm_softbus_cache.cpp | 285 reinterpret_cast<uint8_t *>(&tempSecurityLevel), LNN_COMMON_LEN) != DM_OK) { in SaveDeviceSecurityLevel() 325 reinterpret_cast<uint8_t *>(&tempSecurityLevel), LNN_COMMON_LEN) != DM_OK) { in GetDevLevelFromBus()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_listener.cpp | 325 reinterpret_cast<uint8_t *>(&networkType), LNN_COMMON_LEN) != DM_OK) { in OnSoftbusDeviceInfoChanged() 833 reinterpret_cast<uint8_t *>(&tempNetworkType), LNN_COMMON_LEN); in GetNetworkTypeByNetworkId() 1050 reinterpret_cast<uint8_t *>(&devScreenStatus), LNN_COMMON_LEN); in GetDeviceScreenStatus()
|