Home
last modified time | relevance | path

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

/base/msdp/device_status/libs/src/
H A Ddevicestatus_data_parse.cpp42 std::vector<int32_t> DeviceStatusDataParse::tempcount_ =
109 tempcount_[type] = tempcount_[type] % jsonsize; in DeviceStatusDataInit()
110 cJSON* mockvalue = cJSON_GetArrayItem(mockarray, tempcount_[type]); in DeviceStatusDataInit()
111 tempcount_[type]++; in DeviceStatusDataInit()
125 if (tempcount_.size() <= static_cast<size_t>(type)) { in DisableCount()
126 FI_HILOGE("The index is out of bounds, size is %{public}zu", tempcount_.size()); in DisableCount()
129 tempcount_[static_cast<int32_t>(type)] = static_cast<int32_t>(TypeValue::INVALID); in DisableCount()
/base/msdp/device_status/libs/include/
H A Ddevicestatus_data_parse.h42 static std::vector<int32_t> tempcount_; member in OHOS::Msdp::DeviceStatus::DeviceStatusDataParse

Completed in 1 milliseconds