/foundation/resourceschedule/device_standby/interfaces/innerkits/src/ |
D | allow_info.cpp | 22 bool AllowInfo::Marshalling(Parcel& out) const in Marshalling() 30 sptr<AllowInfo> AllowInfo::Unmarshalling(Parcel& in) in Unmarshalling() 32 sptr<AllowInfo> info = new (std::nothrow) AllowInfo(); in Unmarshalling() 40 bool AllowInfo::ReadFromParcel(Parcel& in) in ReadFromParcel()
|
D | standby_service_client.cpp | 94 ErrCode StandbyServiceClient::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoArr… in GetAllowList() 129 ErrCode StandbyServiceClient::GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restri… in GetRestrictList()
|
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/ |
D | allow_info.h | 25 class AllowInfo : public Parcelable { 27 AllowInfo() = default; 28 AllowInfo(uint32_t allowType, const std::string& name, int32_t duration) :allowType_(allowType), in AllowInfo() function 37 static sptr<AllowInfo> Unmarshalling(Parcel& in);
|
D | standby_service_client.h | 77 ErrCode GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, 88 ErrCode GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList,
|
/foundation/resourceschedule/device_standby/services/core/include/ |
D | standby_service_impl.h | 74 ErrCode GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, 80 ErrCode GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList, 100 void GetAllowListInner(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, 110 void GetTemporaryAllowList(uint32_t allowTypeIndex, std::vector<AllowInfo>& allowInfoList, 112 …void GetPersistAllowList(uint32_t allowTypeIndex, std::vector<AllowInfo>& allowInfoList, bool isAl… 113 void GetRestrictListInner(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList,
|
D | standby_service.h | 53 ErrCode GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, 57 ErrCode GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList,
|
/foundation/resourceschedule/device_standby/frameworks/include/ |
D | standby_service_proxy.h | 72 ErrCode GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, 100 ErrCode GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList,
|
D | istandby_service.h | 85 virtual ErrCode GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, 96 virtual ErrCode GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfoList,
|
/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/ |
D | standby_client_unit_test.cpp | 92 std::vector<AllowInfo> allowInfoList; 97 allowInfoList.emplace_back(AllowInfo {}); 122 EXPECT_EQ(AllowInfo::Unmarshalling(data), nullptr); 257 std::vector<AllowInfo> restrictInfoList;
|
D | mock_standby_client_unit_test.cpp | 55 std::vector<AllowInfo> allowInfoList; 84 std::vector<AllowInfo> allowInfoList;
|
/foundation/resourceschedule/device_standby/frameworks/src/ |
D | standby_service_proxy.cpp | 167 ErrCode StandbyServiceProxy::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, in GetAllowList() 198 auto info = AllowInfo::Unmarshalling(reply); in GetAllowList() 271 ErrCode StandbyServiceProxy::GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restric… in GetRestrictList() 302 auto info = AllowInfo::Unmarshalling(reply); in GetRestrictList()
|
D | standby_service_stub.cpp | 120 std::vector<AllowInfo> restrictInfoList {}; in HandleGetRestrictList() 212 std::vector<AllowInfo> allowInfoList {}; in HandleGetAllowList()
|
/foundation/resourceschedule/device_standby/interfaces/innerkits/ |
D | libstandby_innerkits.versionscript | 16 *AllowInfo*;
|
/foundation/resourceschedule/device_standby/services/core/src/ |
D | standby_service_impl.cpp | 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() 783 void StandbyServiceImpl::GetTemporaryAllowList(uint32_t allowTypeIndex, std::vector<AllowInfo>& in GetTemporaryAllowList() 805 void StandbyServiceImpl::GetPersistAllowList(uint32_t allowTypeIndex, std::vector<AllowInfo>& allow… in GetPersistAllowList() 841 std::vector<AllowInfo> allowInfoList; in GetEligiableRestrictSet() 845 [&allowSet](AllowInfo& allowInfo) { allowSet.insert(allowInfo.GetName()); }); in GetEligiableRestrictSet() 876 ErrCode StandbyServiceImpl::GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrict… in GetRestrictList() 896 void StandbyServiceImpl::GetRestrictListInner(uint32_t restrictType, std::vector<AllowInfo>& restri… in GetRestrictListInner() 1142 std::vector<AllowInfo> allowInfoList; in DumpModifyAllowList()
|
D | standby_service.cpp | 213 ErrCode StandbyService::GetAllowList(uint32_t allowType, std::vector<AllowInfo>& allowInfoList, in GetAllowList() 265 ErrCode StandbyService::GetRestrictList(uint32_t restrictType, std::vector<AllowInfo>& restrictInfo… in GetRestrictList()
|
/foundation/resourceschedule/device_standby/plugins/strategy/src/ |
D | base_network_strategy.cpp | 262 std::vector<AllowInfo> allowInfoList {}; in GetExemptionConfig() 291 std::vector<AllowInfo> allowInfoList {}; in GetExemptionConfigForApp()
|
D | running_lock_strategy.cpp | 308 std::vector<AllowInfo> allowInfoList {}; in GetExemptionConfig() 504 std::vector<AllowInfo> allowInfoList {}; in GetExemptionConfigForApp()
|
/foundation/resourceschedule/device_standby/services/test/unittest/ |
D | standby_service_unit_test.cpp | 203 std::vector<AllowInfo> allowInfoList; 238 std::vector<AllowInfo> allowInfoList; 523 std::vector<AllowInfo> allowInfoList; 833 std::vector<AllowInfo> allowInfoList; 1118 std::vector<AllowInfo> restrictInfoList;
|
/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/ |
D | standby_napi_module.cpp | 131 std::vector<AllowInfo> allowInfoArray {};
|
/foundation/resourceschedule/work_scheduler/services/native/src/ |
D | work_scheduler_service.cpp | 781 std::vector<DevStandbyMgr::AllowInfo> allowInfoArray; in CheckStandbyApplyInfo()
|