Searched refs:strKeys (Results 1 – 1 of 1) sorted by relevance
90 …const char *strKeys[] = {"SrcDeviceId", "SrcBundleName", "DstDeviceId", "DstBundleName", "Continue… in Unmarshal() local92 int32_t strLength = sizeof(strKeys) / sizeof(strKeys[0]); in Unmarshal()94 cJSON *item = cJSON_GetObjectItemCaseSensitive(rootValue, strKeys[i]); in Unmarshal()97 HILOGE("Dms continue cmd base %{public}s term is null or not string.", strKeys[i]); in Unmarshal()469 const char *strKeys[] = { in UnmarshalCallerInfo() local475 int32_t strLength = sizeof(strKeys) / sizeof(strKeys[0]); in UnmarshalCallerInfo()477 cJSON *item = cJSON_GetObjectItemCaseSensitive(rootValue, strKeys[i]); in UnmarshalCallerInfo()480 HILOGE("Caller info json %{public}s term is null or not string.", strKeys[i]); in UnmarshalCallerInfo()