Searched refs:allowInfoArray (Results 1 – 3 of 3) sorted by relevance
94 …Code StandbyServiceClient::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoArray, in GetAllowList() argument102 if (!allowInfoArray.empty()) { in GetAllowList()104 allowInfoArray.clear(); in GetAllowList()106 return standbyServiceProxy_->GetAllowList(allowType, allowInfoArray, reasonCode); in GetAllowList()
131 std::vector<AllowInfo> allowInfoArray {}; member145 … asyncCallbackInfo->allowType, asyncCallbackInfo->allowInfoArray, ReasonCodeEnum::REASON_APP_API); in AddGetAllowListExecuteCB()158 for (const auto& allowInfo : asyncCallbackInfo->allowInfoArray) { in AddGetAllowListCallbackCompleteCB()
1214 std::vector<DevStandbyMgr::AllowInfo> allowInfoArray; in InitDeviceStandyWhitelist() local1216 allowInfoArray, DevStandbyMgr::ReasonCodeEnum::REASON_APP_API); in InitDeviceStandyWhitelist()1221 WS_HILOGI("allowInfoArray size is %{public}d", static_cast<int32_t>(allowInfoArray.size())); in InitDeviceStandyWhitelist()1223 for (const auto& item : allowInfoArray) { in InitDeviceStandyWhitelist()