Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H A 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()
H A 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()
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_subscriber_stub.cpp63 …ServiceSubscriberStub::OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, in OnAllowListChanged()
86 uint32_t allowType {0}; in HandleOnAllowListChanged() local
H A Dstandby_service_client.cpp94 ErrCode StandbyServiceClient::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoArr… in GetAllowList()
H A Dstandby_service_proxy.cpp171 ErrCode StandbyServiceProxy::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, in GetAllowList()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_standby_state_change_callback.cpp51 uint32_t allowType, bool added) in OnAllowListChanged()
/ohos5.0/foundation/resourceschedule/device_standby/services/notification/src/
H A Dstandby_state_subscriber.cpp136 uint32_t allowType, bool added) in ReportAllowListChanged()
145 uint32_t allowType, bool added) in NotifyAllowChangedByCallback()
183 uint32_t allowType, bool added) in NotifyAllowChangedByCommonEvent()
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp439 bool StandbyServiceImpl::CheckAllowTypeInfo(uint32_t allowType) in CheckAllowTypeInfo()
451 int allowType = resetAll ? MAX_ALLOW_TYPE_NUMBER : (MAX_ALLOW_TYPE_NUMBER ^ AllowType::TIMER ^ in RemoveAppAllowRecord() local
633 uint32_t allowType = resourceRequest->GetAllowType(); in UpdateRecord() local
698 uint32_t allowType, bool removeAll) in UnapplyAllowResInner()
762 uint32_t allowType, bool added) in NotifyAllowListChanged()
773 ErrCode StandbyServiceImpl::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, in GetAllowList()
794 void StandbyServiceImpl::GetAllowListInner(uint32_t allowType, std::vector<AllowInfo>& allowInfoLis… in GetAllowListInner()
866 ErrCode StandbyServiceImpl::GetEligiableRestrictSet(uint32_t allowType, const std::string& strategy… in GetEligiableRestrictSet()
1356 uint32_t allowType = static_cast<uint32_t>(std::atoi(argsInStr[DUMP_FIFTH_PARAM].c_str())); in DumpModifyAllowList() local
1363 uint32_t allowType = static_cast<uint32_t>(std::atoi(argsInStr[DUMP_FIFTH_PARAM].c_str())); in DumpModifyAllowList() local
[all …]
H A Dstandby_service.cpp218 ErrCode StandbyService::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, in GetAllowList()
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dstandby_napi_module.cpp130 uint32_t allowType = 0; member
135 uint32_t allowType = 0; member
251 int32_t allowType {0}; in ParseAllowResParameters() local
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/src/
H A Dstandby_service_subscriber_proxy.cpp57 …erviceSubscriberProxy::OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, in OnAllowListChanged()
H A Dstandby_service_stub.cpp216 uint32_t allowType {0}; in HandleGetAllowList() local
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dbase_network_strategy.cpp92 uint32_t allowType = static_cast<uint32_t>(message.want_->GetIntParam("allowType", 0)); in UpdateExemptionList() local
H A Drunning_lock_strategy.cpp100 uint32_t allowType = static_cast<uint32_t>(message.want_->GetIntParam("allowType", 0)); in UpdateExemptionList() local