Searched defs:AddResource (Results 1 – 5 of 5) sorted by relevance
31 bool AddResource(const char *path) in AddResource() function36 bool AddResource(const std::string &path, const std::vector<std::string> &overlayPaths) in AddResource() function
33 bool ResourceManagerImpl::AddResource(const char *path) in AddResource() function in OHOS::Global::Resource::ResourceManagerImpl38 bool ResourceManagerImpl::AddResource(const std::string &path, const std::vector<std::string> &over… in AddResource() function in OHOS::Global::Resource::ResourceManagerImpl
34 virtual bool AddResource(const char* path) in AddResource() function in OHOS::Global::Resource::ResourceManagerTestInstance
34 bool AddResource(const char* path) override in AddResource() function in OHOS::Global::Resource::ResourceManagerTestInstance
342 napi_value ResourceManagerAddon::AddResource(napi_env env, napi_callback_info info) in AddResource() function in OHOS::Global::Resource::ResourceManagerAddon