Searched refs:KEY_BUNDLE_LABEL (Results 1 – 2 of 2) sorted by relevance
61 const static std::string KEY_BUNDLE_LABEL = "label_ans_bundle_"; variable295 std::string bundleKeyStr = KEY_BUNDLE_LABEL + GenerateBundleLablel(bundleInfo); in PutBundlePropertyToDisturbeDB()602 std::string bundleKeyStr = KEY_BUNDLE_LABEL + bundleName + std::to_string(bundleUid); in CheckBundle()692 std::string bundleDBKey = KEY_BUNDLE_LABEL + bundleOption->GetBundleName() + in GetBundleInfo()762 std::string bundleDBKey = KEY_BUNDLE_LABEL + KEY_BUNDLE_NAME + KEY_UNDER_LINE + bundleKey; in RemoveBundleFromDisturbeDB()1679 std::string key = KEY_BUNDLE_LABEL + bundleName + std::to_string(uid); in RemoveAnsBundleDbInfo()2081 std::string bundleLabelKey = KEY_BUNDLE_LABEL + GenerateBundleLablel(bundleInfo); in UpdateBundlePropertyToDisturbeDB()
37 const static std::string KEY_BUNDLE_LABEL = "label_ans_bundle_"; variable732 if (GetBatchKvsFromDb(KEY_BUNDLE_LABEL, bundlesMap, userId) != ERR_OK) { in GetAllCLoneBundlesInfo()