Searched refs:softApJson (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | wifi_statistic.cpp | 89 cJSON *softApJson = cJSON_CreateObject(); in GetSoftApInfo() local 93 (void)AddNumberToJsonObject(softApJson, "IsSoftApExist", 0); in GetSoftApInfo() 94 (void)cJSON_AddItemToObject(json, "SoftApInfo", softApJson); in GetSoftApInfo() 97 (void)AddNumberToJsonObject(softApJson, "IsSoftApExist", 1); in GetSoftApInfo() 100 (void)AddNumberToJsonObject(softApJson, "channel", config.GetChannel()); in GetSoftApInfo() 103 (void)AddNumberToJsonObject(softApJson, "StaNum", 0); in GetSoftApInfo() 104 (void)cJSON_AddItemToObject(json, "SoftApInfo", softApJson); in GetSoftApInfo() 107 (void)AddNumberToJsonObject(softApJson, "StaNum", stationList.size()); in GetSoftApInfo() 116 (void)cJSON_AddItemToObject(softApJson, "StaDevList", stationArray); in GetSoftApInfo() 117 (void)cJSON_AddItemToObject(json, "SoftApInfo", softApJson); in GetSoftApInfo()
|