Searched refs:ParseModuleName (Results 1 – 6 of 6) sorted by relevance
210 result = adapterImpl.ParseModuleName(extractor);212 result = adapterImpl.ParseModuleName(nullptr);
75 … static std::string ParseModuleName(const std::shared_ptr<OHOS::AbilityBase::Extractor> &manager);
78 static std::string ParseModuleName(std::shared_ptr<AbilityBase::Extractor> &extractor);
247 std::string OhosResourceAdapterImpl::ParseModuleName(const std::shared_ptr<Extractor> &manager) in ParseModuleName() function in OHOS::NWeb::OhosResourceAdapterImpl277 std::string moduleName = OhosResourceAdapterImpl::ParseModuleName(manager); in GetRawFileData()
202 std::string HapParser::ParseModuleName(std::shared_ptr<AbilityBase::Extractor> &extractor) in ParseModuleName() function in OHOS::Global::Resource::HapParser226 std::string moduleName = HapParser::ParseModuleName(extractor); in GetRawFilePathFromFA()
168 std::string mName = HapParser::ParseModuleName(extractor); in GetIndexFilePath()