Searched refs:bundleNameStr (Results 1 - 9 of 9) sorted by relevance
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudsyncmanager/ |
H A D | cloud_sync_manager_n_exporter.cpp | 64 string bundleNameStr(bundleName.get()); in ChangeAppCloudSwitch() 66 auto cbExec = [accoutIdStr, bundleNameStr, status]() -> NError { in ChangeAppCloudSwitch() 67 int32_t result = CloudSyncManager::GetInstance().ChangeAppSwitch(accoutIdStr, bundleNameStr, status); in ChangeAppCloudSwitch() 107 string bundleNameStr(bundleName.get()); in NotifyDataChangeInner() 109 auto cbExec = [accoutIdStr, bundleNameStr]() -> NError { in NotifyDataChangeInner() 110 int32_t result = CloudSyncManager::GetInstance().NotifyDataChange(accoutIdStr, bundleNameStr); in NotifyDataChangeInner() 344 std::unique_ptr<char[]> bundleNameStr = nullptr; in ParseAppActions() local 346 tie(resGetKey, bundleNameStr, ignore) = NVal(env, item).ToUTF8String(); in ParseAppActions() 352 napi_get_named_property(env, object, bundleNameStr.get(), &actionObj); in ParseAppActions() 360 cleanOptions.appActionsData.emplace(string(bundleNameStr in ParseAppActions() [all...] |
/foundation/filemanagement/app_file_service/utils/src/b_jsonutil/ |
H A D | b_jsonutil.cpp | 36 BJsonUtil::BundleDetailInfo BJsonUtil::ParseBundleNameIndexStr(const std::string &bundleNameStr) in ParseBundleNameIndexStr() argument 38 size_t hasPos = bundleNameStr.find(BUNDLE_INDEX_SPLICE); in ParseBundleNameIndexStr() 41 bundleDetailInfo.bundleName = bundleNameStr; in ParseBundleNameIndexStr() 45 std::string bundleName = bundleNameStr.substr(0, hasPos); in ParseBundleNameIndexStr() 46 if (to_string(bundleNameStr.back()) != BUNDLE_INDEX_SPLICE) { in ParseBundleNameIndexStr() 47 std::string indexStr = bundleNameStr.substr(hasPos + 1); in ParseBundleNameIndexStr()
|
/foundation/filemanagement/app_file_service/tests/mock/utils_mock/src/ |
H A D | b_jsonutil_mock.cpp | 21 BJsonUtil::BundleDetailInfo BJsonUtil::ParseBundleNameIndexStr(const std::string &bundleNameStr) in ParseBundleNameIndexStr() argument 23 return BBJsonUtil::jsonUtil->ParseBundleNameIndexStr(bundleNameStr); in ParseBundleNameIndexStr()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | gauge_modifier.cpp | 114 std::string bundleNameStr; in SetIndicatorIconPath() local 120 bundleNameStr = bundleName; in SetIndicatorIconPath() 125 GaugeModelNG::SetIndicatorIconPath(frameNode, iconPathStr, bundleNameStr, moduleNameStr); in SetIndicatorIconPath()
|
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/ |
H A D | mount_manager.cpp | 595 bool MountManager::CheckPathValid(const std::string &bundleNameStr, uint32_t userId) in CheckPathValid() argument 598 SANDBOX_ROOT_PATH + to_string(userId) + "/" + bundleNameStr + EL2_BASE; in CheckPathValid() 626 std::string bundleNameStr = bundleName.path().filename().generic_string(); in MountCryptoPathAgain() local 627 int32_t point = bundleNameStr.find(MOUNT_SUFFIX); in MountCryptoPathAgain() 629 LOGI("bundleName do not need to mount: %{public}s", bundleNameStr.c_str()); in MountCryptoPathAgain() 632 bundleNameStr = bundleNameStr.substr(0, point); in MountCryptoPathAgain() 633 if (!CheckPathValid(bundleNameStr, userId)) { in MountCryptoPathAgain() 638 if (bundleNameStr == SCENE_BOARD_BUNDLE_NAME) { in MountCryptoPathAgain() 642 MountSandboxPath(srcPaths, dstPaths, bundleNameStr, to_strin in MountCryptoPathAgain() [all...] |
/foundation/filemanagement/app_file_service/utils/include/b_jsonutil/ |
H A D | b_jsonutil.h | 36 * @param bundleNameStr bundleName拼接index的字符串 40 static BundleDetailInfo ParseBundleNameIndexStr (const std::string &bundleNameStr);
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontcollection_napi/ |
H A D | js_fontcollection.cpp | 217 std::unique_ptr<char[]> bundleNameStr = std::make_unique<char[]>(strLen);
in GetResourcePartData() local 218 napi_get_value_string_utf8(env, bundleNameNApi, bundleNameStr.get(), strLen, &ret);
in GetResourcePartData() 219 info.bundleName = bundleNameStr.get();
in GetResourcePartData()
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/user/ |
H A D | mount_manager.h | 126 bool CheckPathValid(const std::string &bundleNameStr, uint32_t userId);
|
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/ |
H A D | napi_utils.cpp | 689 std::unique_ptr<char[]> bundleNameStr = std::make_unique<char[]>(strLen); in ParseResourceParam() local 690 napi_get_value_string_utf8(env, bundleNameNApi, bundleNameStr.get(), strLen, &ret); in ParseResourceParam() 691 info.bundleName = bundleNameStr.get(); in ParseResourceParam()
|
Completed in 8 milliseconds