Home
last modified time | relevance | path

Searched refs:name (Results 2251 - 2275 of 4943) sorted by relevance

1...<<919293949596979899100>>...198

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp65 LOGE("Column name mismatch between local and cloud schema"); in CompareFieldSchema()
156 std::string tableName = table.name; in SetCloudDbSchema()
169 LOGI("Column name mismatch between local and cloud schema, colName: %s", (*it).colName.c_str()); in SetCloudDbSchema()
186 if (tableSchema.name.empty() || tableSchema.sharedTableName.empty()) { in SetCloudDbSchema()
215 if (DBCommon::CaseInsensitiveCompare(tableSchema.name, tableName)) { in GetCloudTableSchema()
252 res[item.name] = item.sharedTableName; in GetSharedTableOriginNames()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtransaction_impl.cpp30 TransactionImpl::TransactionImpl(std::shared_ptr<Connection> connection, const std::string &name) in TransactionImpl() argument
31 : name_(name), connection_(std::move(connection)) in TransactionImpl()
33 LOG_INFO("constructor name=%{public}s", name_.c_str()); in TransactionImpl()
38 LOG_INFO("destructor name=%{public}s", name_.c_str()); in ~TransactionImpl()
43 int32_t type, std::shared_ptr<Connection> connection, const std::string &name) in Create()
45 auto trans = std::make_shared<TransactionImpl>(std::move(connection), name); in Create()
42 Create( int32_t type, std::shared_ptr<Connection> connection, const std::string &name) Create() argument
/foundation/distributedhardware/device_manager/services/implementation/src/discovery/
H A Ddm_discovery_manager.cpp48 [this] (std::string name) { in CfgDiscoveryTimer()
49 DmDiscoveryManager::HandleDiscoveryTimeout(name); in CfgDiscoveryTimer()
264 void DmDiscoveryManager::HandleDiscoveryTimeout(std::string name) in HandleDiscoveryTimeout() argument
266 (void)name; in HandleDiscoveryTimeout()
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreStoreExcuteSqlJsunit.test.js22 "name TEXT NOT NULL, " + "age INTEGER, " + "salary REAL, " + "blobType BLOB)";
25 name: "ExecuteSqlTest.db",
54 * @tc.name Normal test case of ExecuteSql
64 "name": "zhangsan",
74 "name": "lisi",
84 "name": "lisi",
108 * @tc.name Normal test case of ExecuteSql
110 * 2.ExecuteSql(delete name = "lisi")
118 "name": "zhangsan",
128 "name"
[all...]
H A DRdbStoreReadOnlyJsunit.test.js26 name: "store.db",
30 name: "test.db",
36 name: "readOnly.db",
42 'name': 'zhangsan',
57 "name TEXT, age INTEGER, salary REAL, blobType BLOB)";
63 rdbStore.backup(STORE_CONFIG2.name)
92 * @tc.name open read-only database if the database is not exist
113 * @tc.name insert data into read-only database
133 * @tc.name update data in read-only database
155 * @tc.name delet
[all...]
H A DRdbStoreQueryByStep.test.js27 name: "name1",
37 name: "name2",
51 "name": STORE_NAME,
63 "name TEXT, age INTEGER, salary REAL, blobType BLOB, data1 asset, data2 assets)";
97 "name": "lisi",
107 "name": "tom",
125 * @tc.name Normal test case of queryByStep, query all data
148 * @tc.name Normal test case of queryByStep, query specified data
172 * @tc.name Normal test case of queryByStep, query specified data
196 * @tc.name Norma
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_resultsetproxy.cpp191 .name= MallocCString(asset.name), in GetAsset()
276 .name= MallocCString(assets[i].name), in GetAssets()
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_backup.cpp151 static void OnBundleStarted(shared_ptr<Session> ctx, ErrCode err, const BundleName name) in OnBundleStarted() argument
153 printf("BundleStarted errCode = %d, BundleName = %s\n", err, name.c_str()); in OnBundleStarted()
166 static void OnBundleFinished(shared_ptr<Session> ctx, ErrCode err, const BundleName name) in OnBundleFinished() argument
168 printf("BundleFinished errCode = %d, BundleName = %s\n", err, name.c_str()); in OnBundleFinished()
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Dhistreamer_ability_parser.h274 std::string name; member
296 std::string name; member
317 std::string name; member
339 std::string name; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_font_mgr.cpp113 SkString name; in CheckDynamicFontValid() local
114 typeface->getFamilyName(&name); in CheckDynamicFontValid()
115 checkStr.assign(name.c_str(), name.size()); in CheckDynamicFontValid()
H A Dskia_typeface.cpp41 std::string name; in GetFamilyName() local
44 return name; in GetFamilyName()
48 SkiaConvertUtils::SkStringCastToStdString(skName, name); in GetFamilyName()
49 return name; in GetFamilyName()
/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/
H A Dability_record.h42 void SetAppName(const char *name);
/foundation/ability/ability_runtime/frameworks/js/napi/js_child_process/
H A Dnative_module.cpp27 .name = "app.ability.ChildProcess", in NAPI_app_ability_ChildProcess_AutoRegister()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_ashmem.h32 bool WriteToAshmem(std::string name, char *data, int32_t size);
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_mgr_adapter.cpp35 formInfo.name = "bb"; in GetFormsInfoByModuleWithoutCheck()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/java/
H A Dhdi_java_code_emitter.h36 std::string MethodName(const std::string &name) const;
/foundation/ability/form_fwk/test/unittest/fms_form_info_mgr_test/
H A Dfms_form_info_mgr_test.cpp35 "name": "Form_001",
54 "name": "string",
59 "name": "Form_002",
150 // name
157 // max name size
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dbackend.h36 virtual OH_NN_ReturnCode GetBackendName(std::string& name) const = 0;
/foundation/ai/intelligent_voice_framework/utils/
H A Dthread_wrapper.h41 bool Start(const std::string &name, TaskQoS qos = TaskQoS::DEFAULT);
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dprocess_info.h31 explicit ProcessInfo(const std::string &name, const pid_t &pid);
35 * @brief Obtains the name of the current process.
37 * @return Returns the current process name.
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dextension_config_mgr.h64 * @param name Extension name
67 void AddBlockListItem(const std::string &name, int32_t type);
/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/
H A Djs_child_process.h37 napi_value CallObjectMethod(const char *name, napi_value const *argv = nullptr, size_t argc = 0);
/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/
H A Dmock_bundle_manager.cpp31 moduleInfo.name = "entry"; in GetBundleInfoForSelf()
/foundation/ability/ability_lite/interfaces/inner_api/abilitymgr_lite/slite/
H A Dmission_info.h36 void SetAppName(const char *name);
/foundation/ability/ability_lite/services/abilitymgr_lite/src/task/
H A Dability_terminate_service_task.cpp41 auto service = serviceConnects->FindServiceRecord(target_->bundleName, target_->name); in Execute()

Completed in 13 milliseconds

1...<<919293949596979899100>>...198