Home
last modified time | relevance | path

Searched defs:isReplace (Results 1 - 7 of 7) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleupdatestatus_fuzzer/
H A Dbasebundleinstallerprocessbundleupdatestatus_fuzzer.cpp33 bool isReplace = true; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessmoduleupdate_fuzzer/
H A Dbasebundleinstallerprocessmoduleupdate_fuzzer.cpp33 bool isReplace = true; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerupdateappservice_fuzzer/
H A Dappservicefwkinstallerupdateappservice_fuzzer.cpp50 bool isReplace = true; in DoSomethingInterestingWithMyAPI() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp543 int JsonCommon::Append(const JsonObject &src, const JsonObject &add, bool isReplace) in Append() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp275 bool isReplace = ((flags & GRD_DOC_REPLACE) == GRD_DOC_REPLACE); in UpdateDocument() local
322 int GetUpsertRePlaceData(ResultSet &resultSet, JsonObject &documentObj, bool isReplace, std::string &valStr) in GetUpsertRePlaceData() argument
173 GetUpDataRePlaceData(ResultSet &resultSet, const std::string &id, const std::string &update, std::string &valStr, bool isReplace) GetUpDataRePlaceData() argument
208 UpdateDataIntoDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj, const std::string &update, bool &isReplace) UpdateDataIntoDB() argument
382 UpsertDataIntoDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj, const std::string &document, JsonObject &documentObj, bool &isReplace) UpsertDataIntoDB() argument
479 bool isReplace = ((flags & GRD_DOC_REPLACE) == GRD_DOC_REPLACE); UpsertDocument() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2050 bool isReplace = false; in HWTEST_F() local
2069 bool isReplace = false; in HWTEST_F() local
2088 bool isReplace = false; in HWTEST_F() local
4696 bool isReplace = true; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp931 bool isReplace = (installParam.installFlag == InstallFlag::REPLACE_EXISTING || in InnerProcessBundleInstall() local
5747 bool isReplace = (installParam.installFlag == InstallFlag::REPLACE_EXISTING || in InstallEntryMoudleFirst() local
2124 ProcessBundleUpdateStatus( InnerBundleInfo &oldInfo, InnerBundleInfo &newInfo, bool isReplace, bool killProcess) ProcessBundleUpdateStatus() argument
2272 ProcessModuleUpdate(InnerBundleInfo &newInfo, InnerBundleInfo &oldInfo, bool isReplace, bool killProcess) ProcessModuleUpdate() argument

Completed in 24 milliseconds