Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tools/device_info/
H A Dget_device_info.c77 (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 Dlnn_distributed_net_ledger_manager.c232 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 Dbus_center_sdk_test.cpp319 (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 Dlnn_local_net_ledger.c563 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 Dsoftbus_common.h168 #define LNN_COMMON_LEN 4 macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c470 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 Dlnn_ledger_common_test.cpp267 LNN_COMMON_LEN,
268 LNN_COMMON_LEN,
H A Dlnn_disctributed_net_ledger_test.cpp189 int32_t len = LNN_COMMON_LEN;
621 len = LNN_COMMON_LEN;
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/
H A Ddm_softbus_cache.cpp285 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 Dsoftbus_listener.cpp325 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()