Searched refs:tempcount_ (Results 1 – 2 of 2) sorted by relevance
40 std::vector<int32_t> DeviceStatusDataParse::tempcount_ = member in OHOS::Msdp::DeviceStatus::DeviceStatusDataParse107 tempcount_[type] = tempcount_[type] % jsonsize; in DeviceStatusDataInit()108 cJSON* mockvalue = cJSON_GetArrayItem(mockarray, tempcount_[type]); in DeviceStatusDataInit()109 tempcount_[type]++; in DeviceStatusDataInit()123 tempcount_[static_cast<int32_t>(type)] = static_cast<int32_t>(TypeValue::INVALID); in DisableCount()
43 static std::vector<int32_t> tempcount_; variable