Home
last modified time | relevance | path

Searched refs:allowInfoArray (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_client.cpp94 ErrCode StandbyServiceClient::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoArray, in GetAllowList() argument
102 if (!allowInfoArray.empty()) { in GetAllowList()
104 allowInfoArray.clear(); in GetAllowList()
106 return standbyServiceProxy_->GetAllowList(allowType, allowInfoArray, reasonCode); in GetAllowList()
/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dstandby_napi_module.cpp131 std::vector<AllowInfo> allowInfoArray {};
145 asyncCallbackInfo->allowType, asyncCallbackInfo->allowInfoArray, ReasonCodeEnum::REASON_APP_API); in AddGetAllowListExecuteCB()
158 for (const auto& allowInfo : asyncCallbackInfo->allowInfoArray) { in AddGetAllowListCallbackCompleteCB()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp1143 std::vector<DevStandbyMgr::AllowInfo> allowInfoArray; in CheckStandbyApplyInfo() local
1145 allowInfoArray, DevStandbyMgr::ReasonCodeEnum::REASON_APP_API); in CheckStandbyApplyInfo()
1146 WS_HILOGD("allowInfoArray size is %{public}d", static_cast<int32_t>(allowInfoArray.size())); in CheckStandbyApplyInfo()
1147 for (const auto& item : allowInfoArray) { in CheckStandbyApplyInfo()

Completed in 4 milliseconds