Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/enhancement_service/
H A Denhancement_service_adapter.cpp79 BundleHandlePutInt bundleHandlePutIntFunc = nullptr; variable
185bundleHandlePutIntFunc = (BundleHandlePutInt)dynamicLoader_->GetFunction(MEDIA_CLOUD_ENHANCE_LIB_S… in BundleFuncInit()
187 if (bundleHandlePutIntFunc == nullptr) { in BundleFuncInit()
272 bundleHandlePutIntFunc = nullptr; in ~EnhancementServiceAdapter()
439 if (bundleHandlePutIntFunc == nullptr) { in PutInt()
440bundleHandlePutIntFunc = (BundleHandlePutInt)dynamicLoader_->GetFunction(MEDIA_CLOUD_ENHANCE_LIB_S… in PutInt()
443 if (bundleHandlePutIntFunc == nullptr) { in PutInt()
447 bundleHandlePutIntFunc(bundle, key, value); in PutInt()