Searched refs:groupHandler (Results 1 - 3 of 3) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/ |
H A D | bundle_active_group_handler.cpp | 84 auto groupHandler = shared_from_this(); in SendCheckBundleMsg() local 85 checkBundleTaskMap_[msgKey] = ffrtQueue_->submit_h([groupHandler, eventId, handlerobj, msgKey]() { in SendCheckBundleMsg() 86 groupHandler->ProcessEvent(eventId, handlerobj); in SendCheckBundleMsg() 87 std::lock_guard<ffrt::mutex> lock(groupHandler->checkBundleTaskMutex_); in SendCheckBundleMsg() 88 if (groupHandler->checkBundleTaskMap_.find(msgKey) == groupHandler->checkBundleTaskMap_.end()) { in SendCheckBundleMsg() 91 groupHandler->checkBundleTaskMap_.erase(msgKey); in SendCheckBundleMsg() 127 auto groupHandler = shared_from_this(); in SendEvent() local 133 ffrt::task_handle taskHandle = ffrtQueue_->submit_h([groupHandler, eventId, handlerobj]() { in SendEvent() 134 groupHandler in SendEvent() [all...] |
H A D | bundle_active_group_controller.cpp | 105 const std::shared_ptr<BundleActiveGroupHandler>& groupHandler, const int64_t bootFromTimeStamp, in SetHandlerAndCreateUserHistory() 114 activeGroupHandler_ = groupHandler; in SetHandlerAndCreateUserHistory() 104 SetHandlerAndCreateUserHistory( const std::shared_ptr<BundleActiveGroupHandler>& groupHandler, const int64_t bootFromTimeStamp, const std::shared_ptr<BundleActiveCore>& bundleActiveCore) SetHandlerAndCreateUserHistory() argument
|
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/ |
H A D | bundle_active_group_controller.h | 61 void SetHandlerAndCreateUserHistory(const std::shared_ptr<BundleActiveGroupHandler>& groupHandler,
|
Completed in 2 milliseconds