Home
last modified time | relevance | path

Searched refs:ResourceManagerImpl (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp23 ResourceManagerImpl *impl = new (std::nothrow) ResourceManagerImpl; in CreateResourceManager()
29 ResourceManagerImpl::ResourceManagerImpl() {} in ResourceManagerImpl() function in OHOS::Global::Resource::ResourceManagerImpl
31 ResourceManagerImpl::~ResourceManagerImpl() {} in ~ResourceManagerImpl()
33 bool ResourceManagerImpl::AddResource(const char *path) in AddResource()
38 bool ResourceManagerImpl::AddResource(const std::string &path, const std::vector<std::string> &overlayPaths) in AddResource()
43 bool ResourceManagerImpl::RemoveResource(const std::string &path, const std::vector<std::string> &overlayPaths) in RemoveResource()
48 RState ResourceManagerImpl
[all...]
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h27 class ResourceManagerImpl : public ResourceManager { class
29 ResourceManagerImpl();
31 ~ResourceManagerImpl();

Completed in 3 milliseconds