Home
last modified time | relevance | path

Searched defs:allowType (Results 1 - 13 of 13) sorted by relevance

/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_standby_state_change_callback.cpp40 OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) OnAllowListChanged() argument
/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() argument
82 inline void SetAllowType(uint32_t allowType) in SetAllowType() argument
H A Dresourcce_request.h34 ResourceRequest(uint32_t allowType, int32_t uid, const std::string& name, int32_t duration, in ResourceRequest() argument
69 inline void SetAllowType(uint32_t allowType) in SetAllowType() argument
/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_subscriber_stub.cpp63 void StandbyServiceSubscriberStub::OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, in OnAllowListChanged() argument
H A Dstandby_service_proxy.cpp171 ErrCode StandbyServiceProxy::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, in GetAllowList() argument
H A Dstandby_service_client.cpp94 ErrCode StandbyServiceClient::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoArray, in GetAllowList() argument
/foundation/resourceschedule/device_standby/frameworks/src/
H A Dstandby_service_subscriber_proxy.cpp57 void StandbyServiceSubscriberProxy::OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, in OnAllowListChanged() argument
/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
[all...]
/foundation/resourceschedule/device_standby/services/notification/src/
H A Dstandby_state_subscriber.cpp134 ReportAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) ReportAllowListChanged() argument
143 NotifyAllowChangedByCallback(int32_t uid, const std::string& name, uint32_t allowType, bool added) NotifyAllowChangedByCallback() argument
174 NotifyAllowChangedByCommonEvent(int32_t uid, const std::string& name, uint32_t allowType, bool added) NotifyAllowChangedByCommonEvent() argument
/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
/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service.cpp221 ErrCode StandbyService::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, in GetAllowList() argument
H A Dstandby_service_impl.cpp428 bool StandbyServiceImpl::CheckAllowTypeInfo(uint32_t allowType) in CheckAllowTypeInfo() argument
440 int allowType = resetAll ? MAX_ALLOW_TYPE_NUMBER : (MAX_ALLOW_TYPE_NUMBER ^ AllowType::TIMER ^ in RemoveAppAllowRecord() local
622 uint32_t allowType = resourceRequest->GetAllowType(); in UpdateRecord() local
686 UnapplyAllowResInner(int32_t uid, const std::string& name, uint32_t allowType, bool removeAll) UnapplyAllowResInner() argument
749 NotifyAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) NotifyAllowListChanged() argument
761 GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, uint32_t reasonCode) GetAllowList() argument
782 GetAllowListInner(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, uint32_t reasonCode) GetAllowListInner() argument
851 GetEligiableRestrictSet(uint32_t allowType, const std::string& strategyName, uint32_t resonCode, std::set<std::string>& restrictSet) GetEligiableRestrictSet() argument
1364 uint32_t allowType = static_cast<uint32_t>(std::atoi(argsInStr[DUMP_FIFTH_PARAM].c_str())); DumpModifyAllowList() local
1371 uint32_t allowType = static_cast<uint32_t>(std::atoi(argsInStr[DUMP_FIFTH_PARAM].c_str())); DumpModifyAllowList() local
1377 uint32_t allowType = static_cast<uint32_t>(std::atoi(argsInStr[DUMP_THIRD_PARAM].c_str())); DumpModifyAllowList() local
[all...]

Completed in 8 milliseconds