Home
last modified time | relevance | path

Searched defs:isCreate (Results 1 – 15 of 15) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_modifier_property.cpp36 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeScaleModifier() local
48 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeTranslateZModifier() local
60 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeTranslateModifier() local
72 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeQuaternionModifier() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dstore_manager.cpp52 bool isCreate = false; in GetKVStore() local
Dstore_factory.cpp60 const Options &options, Status &status, bool &isCreate) in GetOrOpenStore()
Dbackup_manager.cpp124 bool isCreate = !StoreUtil::IsFileExist(backupFullName); in Backup() local
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
Dstore_manager.cpp39 bool isCreate = false; in GetKVStore() local
Dstore_factory.cpp39 const Options &options, Status &status, bool &isCreate) in GetOrOpenStore()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Dprocess_system_api_adapter_impl.cpp154 void ProcessSystemApiAdapterImpl::SetNeedCreateDb(bool isCreate) in SetNeedCreateDb()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/notify_test/src/
Dnotify_test.cpp152 void CheckCloseAssetNotify(bool isCreate) in CheckCloseAssetNotify()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
Dbackup_manager.cpp280 void BackupManager::CopyFile(const std::string &oldPath, const std::string &newPath, bool isCreate) in CopyFile()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
Dsingle_ver_database_oper.cpp504 bool isCreate = properties.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in InitDataBaseOption() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Ddb_common.cpp177 const std::string &subDir, bool isCreate) in CreateStoreDirectory()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_service_impl.cpp389 bool isCreate = false; in Subscribe() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_natural_store.cpp394 bool isCreate = kvDBProp.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in CheckDatabaseRecovery() local
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
Dlnn_net_builder.c523 bool isCreate = false; in PostJoinRequestToConnFsm() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_pattern.cpp1657 …rn::AfterIMEInsertValue(const RefPtr<SpanNode>& spanNode, int32_t insertValueLength, bool isCreate) in AfterIMEInsertValue()