Home
last modified time | relevance | path

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

/applications/standard/app_samples/code/Solutions/Game/DistributedDataGobang/entry/src/main/ets/Model/
DDistributedDataModel.ts16 export class DistributedDataModel { class
/applications/standard/app_samples/code/Solutions/Game/DistributedDataGobang/
DREADME_zh.md33 | |---DistributedDataModel.ts // 分布式数据模块
/applications/standard/app_samples/code/Solutions/Game/DistributedDataGobang/entry/src/main/ets/pages/
DIndex.ets22 import { DistributedDataModel } from '../Model/DistributedDataModel';
66 …@State @Watch('dataChange') distributedData: DistributedDataModel = new DistributedDataModel(false…