Searched defs:isReplace (Results 1 - 7 of 7) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleupdatestatus_fuzzer/ |
H A D | basebundleinstallerprocessbundleupdatestatus_fuzzer.cpp | 33 bool isReplace = true; in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessmoduleupdate_fuzzer/ |
H A D | basebundleinstallerprocessmoduleupdate_fuzzer.cpp | 33 bool isReplace = true; in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerupdateappservice_fuzzer/ |
H A D | appservicefwkinstallerupdateappservice_fuzzer.cpp | 50 bool isReplace = true; in DoSomethingInterestingWithMyAPI() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
H A D | json_common.cpp | 543 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 D | document_store.cpp | 275 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 D | bms_bundle_installer_test.cpp | 2050 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 D | base_bundle_installer.cpp | 931 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