/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/include/ |
H A D | allow_info.h | 28 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 D | resourcce_request.h | 34 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 D | standby_service_subscriber_stub.cpp | 63 …ServiceSubscriberStub::OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, in OnAllowListChanged() 86 uint32_t allowType {0}; in HandleOnAllowListChanged() local
|
H A D | standby_service_client.cpp | 94 ErrCode StandbyServiceClient::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoArr… in GetAllowList()
|
H A D | standby_service_proxy.cpp | 171 ErrCode StandbyServiceProxy::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, in GetAllowList()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_standby_state_change_callback.cpp | 51 uint32_t allowType, bool added) in OnAllowListChanged()
|
/ohos5.0/foundation/resourceschedule/device_standby/services/notification/src/ |
H A D | standby_state_subscriber.cpp | 136 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 D | standby_service_impl.cpp | 439 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 D | standby_service.cpp | 218 ErrCode StandbyService::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, in GetAllowList()
|
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/ |
H A D | standby_napi_module.cpp | 130 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 D | standby_service_subscriber_proxy.cpp | 57 …erviceSubscriberProxy::OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, in OnAllowListChanged()
|
H A D | standby_service_stub.cpp | 216 uint32_t allowType {0}; in HandleGetAllowList() local
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/ |
H A D | base_network_strategy.cpp | 92 uint32_t allowType = static_cast<uint32_t>(message.want_->GetIntParam("allowType", 0)); in UpdateExemptionList() local
|
H A D | running_lock_strategy.cpp | 100 uint32_t allowType = static_cast<uint32_t>(message.want_->GetIntParam("allowType", 0)); in UpdateExemptionList() local
|