Home
last modified time | relevance | path

Searched refs:isShare (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_set_cloud_schema_test.cpp129 void InsertCloudTableRecord(int64_t begin, int64_t count, bool isShare = true, int64_t beginGid = -1);
130 void DeleteCloudTableRecord(int64_t beginGid, int64_t count, bool isShare = true);
292 bool isShare, int64_t beginGid) in InsertCloudTableRecord()
299 if (isShare) { in InsertCloudTableRecord()
304 if (isShare) { in InsertCloudTableRecord()
404 int64_t count, bool isShare) in DeleteCloudTableRecord()
415 ASSERT_EQ(g_virtualCloudDb->BatchDelete(isShare ? g_sharedTableName1 : g_tableName2, extend), DBStatus::OK); in DeleteCloudTableRecord()
291 InsertCloudTableRecord(int64_t begin, int64_t count, bool isShare, int64_t beginGid) InsertCloudTableRecord() argument
403 DeleteCloudTableRecord(int64_t beginGid, int64_t count, bool isShare) DeleteCloudTableRecord() argument
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp1223 device->isShare = enabled; in SetSupportInputType()
1246 device->isShare = enabled; in SetSharingDevices()
1263 if (device->isShare) { in GetSharingDevices()
1282 DHLOGI("descriptor:%{public}s, isShare[%{public}d], type[%{public}d]", in GetSharedMousePathByDhId()
1283 GetAnonyString(device->identifier.descriptor).c_str(), device->isShare, device->classes); in GetSharedMousePathByDhId()
1306 DHLOGI("descriptor:%{public}s, isShare[%{public}d], type[%{public}d]", in GetSharedKeyboardPathsByDhIds()
1307 GetAnonyString(device->identifier.descriptor).c_str(), device->isShare, device->classes); in GetSharedKeyboardPathsByDhIds()
1644 isShare(false), isVirtual(fd < 0) {
H A Dinput_hub.h64 bool isShare; member

Completed in 7 milliseconds