Searched refs:BundleActiveProxy (Results 1 - 2 of 2) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/ |
H A D | bundle_active_proxy.cpp | 22 ErrCode BundleActiveProxy::ReportEvent(BundleActiveEvent& event, const int32_t userId) in ReportEvent() 39 ErrCode BundleActiveProxy::IsBundleIdle(bool& isBundleIdle, const std::string& bundleName, int32_t userId) in IsBundleIdle() 55 ErrCode BundleActiveProxy::QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& PackageStats, in QueryBundleStatsInfoByInterval() 94 ErrCode BundleActiveProxy::QueryBundleEvents(std::vector<BundleActiveEvent>& bundleActiveEvents, in QueryBundleEvents() 127 ErrCode BundleActiveProxy::SetAppGroup(const std::string& bundleName, int32_t newGroup, int32_t userId) in SetAppGroup() 144 ErrCode BundleActiveProxy::QueryBundleStatsInfos(std::vector<BundleActivePackageStats>& bundleActivePackageStats, in QueryBundleStatsInfos() 184 ErrCode BundleActiveProxy::QueryCurrentBundleEvents(std::vector<BundleActiveEvent>& bundleActiveEvents, in QueryCurrentBundleEvents() 218 ErrCode BundleActiveProxy::QueryAppGroup(int32_t& appGroup, std::string& bundleName, const int32_t userId) in QueryAppGroup() 236 ErrCode BundleActiveProxy::QueryModuleUsageRecords(int32_t maxNum, std::vector<BundleActiveModuleRecord>& results, in QueryModuleUsageRecords() 276 ErrCode BundleActiveProxy [all...] |
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/ |
H A D | bundle_active_proxy.h | 29 class BundleActiveProxy : public IRemoteProxy<IBundleActiveService> { class 119 * function: BundleActiveProxy, default constructor. 122 explicit BundleActiveProxy(const sptr<IRemoteObject>& impl) in BundleActiveProxy() function in OHOS::DeviceUsageStats::BundleActiveProxy 140 * function: ~BundleActiveProxy, default destructor. 142 virtual ~BundleActiveProxy() {} in ~BundleActiveProxy() 145 static inline BrokerDelegator<BundleActiveProxy> delegator_;
|
Completed in 2 milliseconds