Home
last modified time | relevance | path

Searched refs:resTypeLibMap_ (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp163 EXPECT_EQ(pluginMgr_->resTypeLibMap_.size(), 0); in HWTEST_F()
229 EXPECT_EQ(PluginMgr::GetInstance().resTypeLibMap_.size(), 0); in HWTEST_F()
250 EXPECT_EQ(PluginMgr::GetInstance().resTypeLibMap_.size(), 0); in HWTEST_F()
315 auto iter = pluginMgr_->resTypeLibMap_.find(ResType::RES_TYPE_SCREEN_STATUS); in HWTEST_F()
422 auto iter = pluginMgr_->resTypeLibMap_.find(ResType::RES_TYPE_SCREEN_STATUS); in HWTEST_F()
423 EXPECT_TRUE(iter == pluginMgr_->resTypeLibMap_.end()); in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp374 auto iter = resTypeLibMap_.find(resType); in GetPluginListByResType()
375 if (iter == resTypeLibMap_.end()) { in GetPluginListByResType()
517 resTypeLibMap_[resType].emplace_back(pluginLib); in SubscribeResource()
527 auto iter = resTypeLibMap_.find(resType); in UnSubscribeResource()
528 if (iter == resTypeLibMap_.end()) { in UnSubscribeResource()
535 resTypeLibMap_.erase(iter); in UnSubscribeResource()
655 resTypeLibMap_.clear(); in ClearResource()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dplugin_mgr.h275 std::map<uint32_t, std::list<std::string>> resTypeLibMap_; member in OHOS::ResourceSchedule::PluginMgr

Completed in 3 milliseconds