Searched defs:objectStore (Results 1 – 6 of 6) sorted by relevance
129 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable148 auto objectStore = new DistributedObjectStoreImpl(nullptr); variable163 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable185 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable206 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable221 auto objectStore = DistributedObjectStoreImpl(nullptr); variable240 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable261 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable284 auto objectStore = new DistributedObjectStoreImpl(nullptr); variable312 DistributedObjectStore *objectStore = DistributedObjectStore::GetInstance(bundleName); variable[all …]
25 DistributedObjectStore *objectStore; member
20 JSObjectWrapper::JSObjectWrapper(DistributedObjectStore *objectStore, DistributedObject *object) in JSObjectWrapper()
27 JSWatcher::JSWatcher(const napi_env env, DistributedObjectStore *objectStore, DistributedObject *ob… in JSWatcher()342 JSWatcher *watcher, DistributedObjectStore *objectStore, DistributedObject *object) in ChangeEventListener()
105 …napi_env env, DistributedObjectStore *objectStore, DistributedObject *object, const std::string &o… in NewDistributedObject()
43 DistributedObjectStore *objectStore = nullptr; in SetUpTestCase() local