Home
last modified time | relevance | path

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

/base/msdp/device_status/libs/src/
Ddevicestatus_data_parse.cpp40 std::vector<int32_t> DeviceStatusDataParse::tempcount_ = member in OHOS::Msdp::DeviceStatus::DeviceStatusDataParse
107 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()
/base/msdp/device_status/libs/include/
Ddevicestatus_data_parse.h43 static std::vector<int32_t> tempcount_; variable