Home
last modified time | relevance | path

Searched refs:GetJsonFromBundle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/utils/bundle_utils/include/
H A Dnet_bundle.h26 virtual int32_t GetJsonFromBundle(std::string &jsonProfile) = 0;
H A Dnet_bundle_impl.h25 int32_t GetJsonFromBundle(std::string &jsonProfile) override;
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnetwork_security_config.cpp322 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
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnetwork_security_config.h78 int32_t GetJsonFromBundle(std::string &jsonProfile);
/ohos5.0/foundation/communication/netmanager_base/utils/bundle_utils/src/
H A Dnet_bundle_impl.cpp42 int32_t NetBundleImpl::GetJsonFromBundle(std::string &jsonProfile) in GetJsonFromBundle() function in OHOS::NetManagerStandard::NetBundleImpl