Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_sync_napi.cpp204 auto bundleEntity = NClass::GetEntityOf<BundleEntity>(env, funcArg.GetThisVar()); in GetBundleName() local
205 if (bundleEntity) { in GetBundleName()
206 bundleName = bundleEntity->bundleName_; in GetBundleName()
229 auto bundleEntity = make_unique<BundleEntity>(bundleName.get()); in Constructor() local
230 if (!NClass::SetEntityFor<BundleEntity>(env, funcArg.GetThisVar(), move(bundleEntity))) { in Constructor()