Home
last modified time | relevance | path

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

/ohos5.0/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 = …
130 void DeleteCloudTableRecord(int64_t beginGid, int64_t count, bool isShare = true);
275 bool isShare, int64_t beginGid) in InsertCloudTableRecord() argument
282 if (isShare) { in InsertCloudTableRecord()
287 if (isShare) { in InsertCloudTableRecord()
387 int64_t count, bool isShare) in DeleteCloudTableRecord() argument
398 …ASSERT_EQ(g_virtualCloudDb->BatchDelete(isShare ? g_sharedTableName1 : g_tableName2, extend), DBSt… in DeleteCloudTableRecord()
/ohos5.0/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()
1283 … GetAnonyString(device->identifier.descriptor).c_str(), device->isShare, device->classes); in GetSharedMousePathByDhId()
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