Home
last modified time | relevance | path

Searched defs:allowType (Results 1 – 14 of 14) sorted by relevance

/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
Dallow_info.h28 AllowInfo(uint32_t allowType, const std::string& name, int32_t duration) :allowType_(allowType), in AllowInfo()
82 inline void SetAllowType(uint32_t allowType) in SetAllowType()
Dresourcce_request.h34 ResourceRequest(uint32_t allowType, int32_t uid, const std::string& name, int32_t duration, in ResourceRequest()
69 inline void SetAllowType(uint32_t allowType) in SetAllowType()
/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
Dstandby_service_subscriber_stub.cpp61 …ServiceSubscriberStub::OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, in OnAllowListChanged()
81 uint32_t allowType {0}; in HandleOnAllowListChanged() local
Dstandby_service_client.cpp94 ErrCode StandbyServiceClient::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoArr… in GetAllowList()
/foundation/resourceschedule/device_standby/services/notification/src/
Dstandby_state_subscriber.cpp133 uint32_t allowType, bool added) in ReportAllowListChanged()
142 uint32_t allowType, bool added) in NotifyAllowChangedByCallback()
155 uint32_t allowType, bool added) in NotifyAllowChangedByCommonEvent()
/foundation/resourceschedule/work_scheduler/services/native/src/
Dwork_standby_state_change_callback.cpp42 uint32_t allowType, bool added) in OnAllowListChanged()
/foundation/resourceschedule/device_standby/services/core/src/
Dstandby_service_impl.cpp436 bool StandbyServiceImpl::CheckAllowTypeInfo(uint32_t allowType) in CheckAllowTypeInfo()
448 int allowType = resetAll ? MAX_ALLOW_TYPE_NUMBER : (MAX_ALLOW_TYPE_NUMBER ^ AllowType::TIMER ^ in RemoveAppAllowRecord() local
616 uint32_t allowType = resourceRequest->GetAllowType(); in UpdateRecord() local
674 uint32_t allowType, bool removeAll) in UnapplyAllowResInner()
736 uint32_t allowType, bool added) in NotifyAllowListChanged()
747 ErrCode StandbyServiceImpl::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, in GetAllowList()
766 void StandbyServiceImpl::GetAllowListInner(uint32_t allowType, std::vector<AllowInfo>& allowInfoLis… in GetAllowListInner()
835 ErrCode StandbyServiceImpl::GetEligiableRestrictSet(uint32_t allowType, const std::string& strategy… in GetEligiableRestrictSet()
1127 uint32_t allowType = static_cast<uint32_t>(std::atoi(argsInStr[DUMP_FIFTH_PARAM].c_str())); in DumpModifyAllowList() local
1134 uint32_t allowType = static_cast<uint32_t>(std::atoi(argsInStr[DUMP_FIFTH_PARAM].c_str())); in DumpModifyAllowList() local
[all …]
Dstandby_service.cpp213 ErrCode StandbyService::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, in GetAllowList()
/foundation/resourceschedule/device_standby/frameworks/src/
Dstandby_service_subscriber_proxy.cpp57 …erviceSubscriberProxy::OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, in OnAllowListChanged()
Dstandby_service_stub.cpp206 uint32_t allowType {0}; in HandleGetAllowList() local
Dstandby_service_proxy.cpp167 ErrCode StandbyServiceProxy::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, in GetAllowList()
/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
Dstandby_napi_module.cpp130 uint32_t allowType = 0; member
135 uint32_t allowType = 0; member
251 int32_t allowType {0}; in ParseAllowResParameters() local
/foundation/resourceschedule/device_standby/plugins/strategy/src/
Dbase_network_strategy.cpp89 uint32_t allowType = static_cast<uint32_t>(message.want_->GetIntParam("allowType", 0)); in UpdateExemptionList() local
Drunning_lock_strategy.cpp93 uint32_t allowType = static_cast<uint32_t>(message.want_->GetIntParam("allowType", 0)); in UpdateExemptionList() local