Home
last modified time | relevance | path

Searched refs:getNetBundle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp910 auto getNetBundle = (GetNetBundleClass)dlsym(handler, "GetNetBundle"); in ObtainTargetApiVersionForSelf() local
911 if (getNetBundle == nullptr) { in ObtainTargetApiVersionForSelf()
916 auto netBundle = getNetBundle(); in ObtainTargetApiVersionForSelf()
948 auto getNetBundle = (GetNetBundleClass)dlsym(handler, "GetNetBundle"); in ObtainBundleNameFromBundleMgr() local
949 if (getNetBundle == nullptr) { in ObtainBundleNameFromBundleMgr()
954 auto netBundle = getNetBundle(); in ObtainBundleNameFromBundleMgr()
H A Dnetwork_security_config.cpp349 GetNetBundleClass getNetBundle = (GetNetBundleClass)dlsym(handler, "GetNetBundle"); in GetJsonProfile() local
350 if (getNetBundle == nullptr) { in GetJsonProfile()
355 auto netBundle = getNetBundle(); in GetJsonProfile()