Searched refs:BLE_OFFLINE_CODE (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_message_test.cpp | 494 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 D | auth_session_json.c | 70 #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()
|