Searched refs:bundleKeyStr (Results 1 – 1 of 1) sorted by relevance
295 std::string bundleKeyStr = KEY_BUNDLE_LABEL + GenerateBundleLablel(bundleInfo); in PutBundlePropertyToDisturbeDB() local299 GetValueFromDisturbeDB(bundleKeyStr, userId, [&](const int32_t &status, std::string &value) { in PutBundlePropertyToDisturbeDB()302 result = PutBundleToDisturbeDB(bundleKeyStr, bundleInfo); in PutBundlePropertyToDisturbeDB()602 std::string bundleKeyStr = KEY_BUNDLE_LABEL + bundleName + std::to_string(bundleUid); in CheckBundle() local603 ANS_LOGD("CheckBundle bundleKeyStr %{public}s", bundleKeyStr.c_str()); in CheckBundle()607 GetValueFromDisturbeDB(bundleKeyStr, userId, [&](const int32_t &status, std::string &value) { in CheckBundle()614 result = PutBundleToDisturbeDB(bundleKeyStr, bundleInfo); in CheckBundle()