Home
last modified time | relevance | path

Searched defs:notifyData (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_notify_data_listener.cpp48 bool CJNotifyDataListener::IsHeaderReceive(const std::shared_ptr<NotifyData> &notifyData) in IsHeaderReceive()
58 void CJNotifyDataListener::ProcessHeaderReceive(const std::shared_ptr<NotifyData> &notifyData) in ProcessHeaderReceive()
84 void CJNotifyDataListener::NotifyDataProcess(const std::shared_ptr<NotifyData> &notifyData) in NotifyDataProcess()
91 static void RemoveJSTask(const std::shared_ptr<NotifyData> &notifyData) in RemoveJSTask()
105 void CJNotifyDataListener::OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) in OnNotifyDataReceive()
H A Dcj_listener_list.cpp58 void ListenerList::OnMessageReceive(const std::shared_ptr<NotifyData> &notifyData) in OnMessageReceive()
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_notify_data_listener.cpp54 bool JSNotifyDataListener::IsHeaderReceive(const std::shared_ptr<NotifyData> &notifyData) in IsHeaderReceive()
67 void JSNotifyDataListener::ProcessHeaderReceive(const std::shared_ptr<NotifyData> &notifyData) in ProcessHeaderReceive()
95 const std::shared_ptr<NotifyData> &notifyData, napi_value *value, uint32_t &paramNumber) in NotifyDataProcess()
168 static RemoveTaskChecker CheckRemoveJSTask(const std::shared_ptr<NotifyData> &notifyData, const std… in CheckRemoveJSTask()
184 void JSNotifyDataListener::DoJSTask(const std::shared_ptr<NotifyData> &notifyData) in DoJSTask()
208 void JSNotifyDataListener::OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) in OnNotifyDataReceive()
H A Drequest_event.cpp236 NotifyData notifyData; in BuildNotifyData() local
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_notify.cpp67 NotifyData &notifyData) in GetTrashNotifyData()
118 NotifyData notifyData; in HandleSetAttr() local
162 NotifyData notifyData; in HandleWrite() local
175 NotifyData notifyData; in HandleMkdir() local
186 NotifyData notifyData; in HandleUnlink() local
197 NotifyData notifyData; in HandleRename() local
256 NotifyData notifyData; in HandleInsert() local
281 NotifyData notifyData; in HandleUpdate() local
336 NotifyData notifyData{"", false, NotifyType::NOTIFY_DELETED}; in HandleDelete() local
390 NotifyData notifyData{"", false, NotifyType::NOTIFY_DELETED}; in GetDeleteNotifyData() local
[all …]
H A Dclouddisk_notify_utils.cpp62 const fuse_ino_t &ino, NotifyData &notifyData) in GetNotifyData()
78 const fuse_ino_t &parent, const string &name, NotifyData &notifyData) in GetNotifyData()
93 shared_ptr<CloudDiskInode> inoPtr, NotifyData &notifyData) in GetNotifyData()
105 shared_ptr<CloudDiskInode> pInoPtr, const string &name, NotifyData &notifyData) in GetNotifyData()
/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drequest_test.cpp114 void OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) override in OnNotifyDataReceive()
134 std::shared_ptr<NotifyData> notifyData = std::make_shared<NotifyData>(); variable
166 std::shared_ptr<NotifyData> notifyData = std::make_shared<NotifyData>(); variable
202 std::shared_ptr<NotifyData> notifyData = std::make_shared<NotifyData>(); variable
253 std::shared_ptr<NotifyData> notifyData = std::make_shared<NotifyData>(); variable
H A Drequest_manager_impl_test.cpp380 std::shared_ptr<NotifyData> notifyData = std::make_shared<NotifyData>(); variable
H A Drequest_manager_test.cpp283 void OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) override in OnNotifyDataReceive()
H A Dresponse_message_receiver_test.cpp367 void OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) override in OnNotifyDataReceive()
557 std::shared_ptr<NotifyData> notifyData = std::make_shared<NotifyData>(); variable
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_notify_utils_test.cpp73 NotifyData notifyData; variable
92 NotifyData notifyData; variable
112 NotifyData notifyData; variable
131 NotifyData notifyData; variable
153 NotifyData notifyData; variable
H A Dclouddisk_notify_test.cpp880 NotifyData notifyData; variable
896 NotifyData notifyData; variable
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dclouddisk_notify_utils_mock.cpp63 const fuse_ino_t &ino, NotifyData &notifyData) in GetNotifyData()
73 const fuse_ino_t &parent, const string &name, NotifyData &notifyData) in GetNotifyData()
82 shared_ptr<CloudDiskInode> inoPtr, NotifyData &notifyData) in GetNotifyData()
91 shared_ptr<CloudDiskInode> pInoPtr, const string &name, NotifyData &notifyData) in GetNotifyData()
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/clouddisknotify_fuzzer/
H A Dclouddisknotify_fuzzer.cpp51 NotifyData notifyData; in TryNotifyServiceFuzzTest() local
77 NotifyData notifyData; in AddNotifyFuzzTest() local
/ohos5.0/base/request/request/frameworks/native/src/
H A Drequest.cpp46 bool Request::NeedNotify(const std::shared_ptr<NotifyData> &notifyData) in NeedNotify()
98 void Request::OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) in OnNotifyDataReceive()
H A Dresponse_message_receiver.cpp310 std::shared_ptr<NotifyData> &notifyData, char *&parcel, int32_t &size) in NotifyDataFromParcel()
401 std::shared_ptr<NotifyData> notifyData = std::make_shared<NotifyData>(); in OnReadable() local
H A Drequest_manager_impl.cpp441 void RequestManagerImpl::OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) in OnNotifyDataReceive()
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_notify_data_listener.h46 std::shared_ptr<NotifyData> notifyData = nullptr; member
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Dclouddisk_notify_mock.cpp51 void CloudDiskNotify::AddNotify(NotifyData notifyData) {} in AddNotify()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_register_conflict_test.cpp215 static bool CheckNewConflictData(KvDBConflictEntry &notifyData, KvDBConflictEntry &expectNotifyData) in CheckNewConflictData()
245 static bool CheckOldConflictData(KvDBConflictEntry &notifyData, KvDBConflictEntry &expectNotifyData) in CheckOldConflictData()
/ohos5.0/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/
H A Ddownloaduploadmanager_fuzzer.cpp213 void OnNotifyDataReceive(const std::shared_ptr<NotifyData> &notifyData) override in OnNotifyDataReceive()
292 std::shared_ptr<NotifyData> notifyData = std::make_shared<NotifyData>(); in RequestFuzzTestOnNotifyDataReceive() local
308 std::shared_ptr<NotifyData> notifyData = std::make_shared<NotifyData>(); in RequestFuzzTestAddAndRemoveListener() local
792 std::shared_ptr<NotifyData> notifyData = std::make_shared<NotifyData>(); in ResponseMessageFuzzTestNotifyDataFromParcel() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp332 void AutoLaunch::ObserverFunc(const KvDBCommitNotifyData &notifyData, const std::string &identifier, in ObserverFunc()
832 void AutoLaunch::ExtObserverFunc(const KvDBCommitNotifyData &notifyData, const std::string &identif… in ExtObserverFunc()
1270 [this, isExt, identifier, userId](const KvDBCommitNotifyData &notifyData) { in RegisterKvObserver()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_client.c139 static void GattcNotificationCallback(int clientId, BtGattReadData *notifyData, int status) in GattcNotificationCallback()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dclouddisk_rdbstore_mock.cpp241 int32_t CloudDiskRdbStore::GetNotifyData(const CacheNode &cacheNode, NotifyData &notifyData) in GetNotifyData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp414 [observer, storeId](const KvDBCommitNotifyData &notifyData) { in RegisterDeviceObserver()

12