Searched refs:staticCapLen (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/ |
H A D | lnn_node_info.h | 184 int32_t staticCapLen; member
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_node_info.c | 562 if (memcpy_s(cap, len, info->staticCapability, info->staticCapLen) != EOK) { in LnnGetStaticCapability()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 1221 if (!JSON_AddInt32ToObject(json, STATIC_CAP_LENGTH, info->staticCapLen)) { in PackWifiDirectInfo() 1227 info->staticCapability, info->staticCapLen) != SOFTBUS_OK) { in PackWifiDirectInfo() 1488 if (!JSON_GetInt32FromOject(json, STATIC_CAP_LENGTH, &info->staticCapLen)) { in UnpackWifiDirectInfo()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/ |
H A D | lnn_local_net_ledger.c | 1557 *((int64_t *)buf) = g_localNetLedger.localInfo.staticCapLen; in LlGetStaticCapLen() 1567 g_localNetLedger.localInfo.staticCapLen = *(int32_t *)len; in LlUpdateStaticCapLen() 1599 return LnnSetStaticCapability(info, (uint8_t *)staticCap, info->staticCapLen); in LlUpdateStaticCapability()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger_manager.c | 241 *((int32_t *)buf) = info->staticCapLen; in DlGetStaticCapLen()
|