Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/enhancement_service/
H A Denhancement_service_adapter.cpp77 BundleHandleGetInt bundleHandleGetIntFunc = nullptr; variable
171bundleHandleGetIntFunc = (BundleHandleGetInt)dynamicLoader_->GetFunction(MEDIA_CLOUD_ENHANCE_LIB_S… in BundleFuncInit()
173 if (bundleHandleGetIntFunc == nullptr) { in BundleFuncInit()
270 bundleHandleGetIntFunc = nullptr; in ~EnhancementServiceAdapter()
391 if (bundleHandleGetIntFunc == nullptr) { in GetInt()
392bundleHandleGetIntFunc = (BundleHandleGetInt)dynamicLoader_->GetFunction(MEDIA_CLOUD_ENHANCE_LIB_S… in GetInt()
395 if (bundleHandleGetIntFunc == nullptr) { in GetInt()
399 return bundleHandleGetIntFunc(bundle, key); in GetInt()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dcloud_enhancement_napi.cpp76 static BundleHandleGetInt bundleHandleGetIntFunc = nullptr; variable
149 if (bundleHandleGetIntFunc == nullptr) { in InitCloudEnhancementExtraFunc()
150bundleHandleGetIntFunc = (BundleHandleGetInt)dlsym(dynamicHandler, "MediaEnhanceBundle_GetInt"); in InitCloudEnhancementExtraFunc()
152 if (bundleHandleGetIntFunc == nullptr) { in InitCloudEnhancementExtraFunc()
267 if (bundleHandleGetIntFunc == nullptr) { in GetInt()
268bundleHandleGetIntFunc = (BundleHandleGetInt)dlsym(dynamicHandler, "MediaEnhanceBundle_GetInt"); in GetInt()
270 if (bundleHandleGetIntFunc == nullptr) { in GetInt()
274 return bundleHandleGetIntFunc(bundle, key); in GetInt()