Searched refs:bundleKeyStr (Results 1 – 1 of 1) sorted by relevance
340 std::string bundleKeyStr = KEY_BUNDLE_LABEL + GenerateBundleLablel(bundleInfo); in PutBundlePropertyToDisturbeDB() local342 GetValueFromDisturbeDB(bundleKeyStr, [&](const int32_t &status, std::string &value) { in PutBundlePropertyToDisturbeDB()345 result = PutBundleToDisturbeDB(bundleKeyStr, bundleInfo); in PutBundlePropertyToDisturbeDB()537 std::string bundleKeyStr = KEY_BUNDLE_LABEL + bundleName + std::to_string(bundleUid); in CheckBundle() local538 ANS_LOGD("CheckBundle bundleKeyStr %{public}s", bundleKeyStr.c_str()); in CheckBundle()540 GetValueFromDisturbeDB(bundleKeyStr, [&](const int32_t &status, std::string &value) { in CheckBundle()546 result = PutBundleToDisturbeDB(bundleKeyStr, bundleInfo); in CheckBundle()