Home
last modified time | relevance | path

Searched refs:BLE_OFFLINE_CODE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp494 JSON_AddStringToObject(json, BLE_OFFLINE_CODE, "123");
675 JSON_AddStringToObject(obj, BLE_OFFLINE_CODE, "10244");
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c70 #define BLE_OFFLINE_CODE "OFFLINE_CODE" macro
1725 (void)JSON_AddStringToObject(json, BLE_OFFLINE_CODE, offlineCode); in PackWiFi()
1765 OptString(json, BLE_OFFLINE_CODE, offlineCode, BASE64_OFFLINE_CODE_LEN, ""); in UnpackWiFi()