Searched refs:GetJsonFromBundle (Results 1 – 5 of 5) sorted by relevance
26 virtual int32_t GetJsonFromBundle(std::string &jsonProfile) = 0;
25 int32_t GetJsonFromBundle(std::string &jsonProfile) override;
322 auto ret = GetJsonFromBundle(json); in GetConfig()362 auto ret = netBundle->GetJsonFromBundle(jsonProfile); in GetJsonProfile()373 __attribute__((no_sanitize("cfi"))) int32_t NetworkSecurityConfig::GetJsonFromBundle(std::string &j… in GetJsonFromBundle() function in OHOS::NetManagerStandard::NetworkSecurityConfig
78 int32_t GetJsonFromBundle(std::string &jsonProfile);
42 int32_t NetBundleImpl::GetJsonFromBundle(std::string &jsonProfile) in GetJsonFromBundle() function in OHOS::NetManagerStandard::NetBundleImpl