Home
last modified time | relevance | path

Searched defs:staticCap (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_session_message_test.cpp938 const char *staticCap = "staticCapTest"; variable
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_json.c1225 char staticCap[STATIC_CAP_STR_LEN] = {0}; in PackWifiDirectInfo() local
1487 char staticCap[STATIC_CAP_STR_LEN] = {0}; in UnpackWifiDirectInfo() local
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
Dlnn_local_net_ledger.c1592 static int32_t LlUpdateStaticCapability(const void *staticCap) in LlUpdateStaticCapability()