Lines Matching refs:distributedObject
16 const distributedObject = requireInternal('data.distributedDataObject'); constant
56 distributedObject.recordCallback(this.__sdkVersion, type, this.__objectId, callback);
62 distributedObject.deleteCallback(this.__sdkVersion, type, this.__objectId, callback);
64 distributedObject.deleteCallback(this.__sdkVersion, type, this.__objectId);
121 return distributedObject.sequenceNum();
244 object = distributedObject.createObjectSync(version, sessionId, objectId, context);
246 object = distributedObject.createObjectSync(version, sessionId, objectId);
306 distributedObject.destroyObjectSync(version, obj);
313 distributedObject.on(version, type, obj, callback);
321 distributedObject.off(version, type, obj, callback);
323 distributedObject.off(version, type, obj);
400 distributedObject.recordCallback(this.__sdkVersion, type, this.__objectId, callback);
406 distributedObject.deleteCallback(this.__sdkVersion, type, this.__objectId, callback);
408 distributedObject.deleteCallback(this.__sdkVersion, type, this.__objectId);