Home
last modified time | relevance | path

Searched defs:isReplace (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleupdatestatus_fuzzer/
H A Dbasebundleinstallerprocessbundleupdatestatus_fuzzer.cpp33 bool isReplace = true; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessmoduleupdate_fuzzer/
H A Dbasebundleinstallerprocessmoduleupdate_fuzzer.cpp33 bool isReplace = true; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dsensor_info_config.h30 bool isReplace = false; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp174 bool isReplace) in GetUpDataRePlaceData()
209 const std::string &update, bool &isReplace) in UpdateDataIntoDB()
275 bool isReplace = ((flags & GRD_DOC_REPLACE) == GRD_DOC_REPLACE); in UpdateDocument() local
322 int GetUpsertRePlaceData(ResultSet &resultSet, JsonObject &documentObj, bool isReplace, std::string… in GetUpsertRePlaceData()
383 const std::string &document, JsonObject &documentObj, bool &isReplace) in UpsertDataIntoDB()
479 bool isReplace = ((flags & GRD_DOC_REPLACE) == GRD_DOC_REPLACE); in UpsertDocument() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerupdateappservice_fuzzer/
H A Dappservicefwkinstallerupdateappservice_fuzzer.cpp50 bool isReplace = true; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dmock_navigation_stack.h43 void UpdateReplaceValue(int32_t isReplace) const override in UpdateReplaceValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp552 int JsonCommon::Append(const JsonObject &src, const JsonObject &add, bool isReplace) in Append()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp924 bool isReplace = (installParam.installFlag == InstallFlag::REPLACE_EXISTING || in InnerProcessBundleInstall() local
2109 InnerBundleInfo &oldInfo, InnerBundleInfo &newInfo, bool isReplace, bool killProcess) in ProcessBundleUpdateStatus()
2260 InnerBundleInfo &oldInfo, bool isReplace, bool killProcess) in ProcessModuleUpdate()
5635 bool isReplace = (installParam.installFlag == InstallFlag::REPLACE_EXISTING || in InstallEntryMoudleFirst() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2046 bool isReplace = false; variable
2065 bool isReplace = false; variable
2084 bool isReplace = false; variable
4710 bool isReplace = true; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_group_node.cpp1141 void NavigationGroupNode::RemoveDialogDestination(bool isReplace) in RemoveDialogDestination()