/ohos5.0/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_notify_data_listener.cpp | 48 bool CJNotifyDataListener::IsHeaderReceive(const std::shared_ptr<NotifyData> ¬ifyData) in IsHeaderReceive() 58 void CJNotifyDataListener::ProcessHeaderReceive(const std::shared_ptr<NotifyData> ¬ifyData) in ProcessHeaderReceive() 84 void CJNotifyDataListener::NotifyDataProcess(const std::shared_ptr<NotifyData> ¬ifyData) in NotifyDataProcess() 91 static void RemoveJSTask(const std::shared_ptr<NotifyData> ¬ifyData) in RemoveJSTask() 105 void CJNotifyDataListener::OnNotifyDataReceive(const std::shared_ptr<NotifyData> ¬ifyData) in OnNotifyDataReceive()
|
H A D | cj_listener_list.cpp | 58 void ListenerList::OnMessageReceive(const std::shared_ptr<NotifyData> ¬ifyData) in OnMessageReceive()
|
/ohos5.0/base/request/request/frameworks/js/napi/src/ |
H A D | js_notify_data_listener.cpp | 54 bool JSNotifyDataListener::IsHeaderReceive(const std::shared_ptr<NotifyData> ¬ifyData) in IsHeaderReceive() 67 void JSNotifyDataListener::ProcessHeaderReceive(const std::shared_ptr<NotifyData> ¬ifyData) in ProcessHeaderReceive() 95 const std::shared_ptr<NotifyData> ¬ifyData, napi_value *value, uint32_t ¶mNumber) in NotifyDataProcess() 168 static RemoveTaskChecker CheckRemoveJSTask(const std::shared_ptr<NotifyData> ¬ifyData, const std… in CheckRemoveJSTask() 184 void JSNotifyDataListener::DoJSTask(const std::shared_ptr<NotifyData> ¬ifyData) in DoJSTask() 208 void JSNotifyDataListener::OnNotifyDataReceive(const std::shared_ptr<NotifyData> ¬ifyData) in OnNotifyDataReceive()
|
H A D | request_event.cpp | 236 NotifyData notifyData; in BuildNotifyData() local
|
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_notify.cpp | 67 NotifyData ¬ifyData) 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 D | clouddisk_notify_utils.cpp | 62 const fuse_ino_t &ino, NotifyData ¬ifyData) in GetNotifyData() 78 const fuse_ino_t &parent, const string &name, NotifyData ¬ifyData) in GetNotifyData() 93 shared_ptr<CloudDiskInode> inoPtr, NotifyData ¬ifyData) in GetNotifyData() 105 shared_ptr<CloudDiskInode> pInoPtr, const string &name, NotifyData ¬ifyData) in GetNotifyData()
|
/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/ |
H A D | request_test.cpp | 114 void OnNotifyDataReceive(const std::shared_ptr<NotifyData> ¬ifyData) 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 D | request_manager_impl_test.cpp | 380 std::shared_ptr<NotifyData> notifyData = std::make_shared<NotifyData>(); variable
|
H A D | request_manager_test.cpp | 283 void OnNotifyDataReceive(const std::shared_ptr<NotifyData> ¬ifyData) override in OnNotifyDataReceive()
|
H A D | response_message_receiver_test.cpp | 367 void OnNotifyDataReceive(const std::shared_ptr<NotifyData> ¬ifyData) 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 D | clouddisk_notify_utils_test.cpp | 73 NotifyData notifyData; variable 92 NotifyData notifyData; variable 112 NotifyData notifyData; variable 131 NotifyData notifyData; variable 153 NotifyData notifyData; variable
|
H A D | clouddisk_notify_test.cpp | 880 NotifyData notifyData; variable 896 NotifyData notifyData; variable
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | clouddisk_notify_utils_mock.cpp | 63 const fuse_ino_t &ino, NotifyData ¬ifyData) in GetNotifyData() 73 const fuse_ino_t &parent, const string &name, NotifyData ¬ifyData) in GetNotifyData() 82 shared_ptr<CloudDiskInode> inoPtr, NotifyData ¬ifyData) in GetNotifyData() 91 shared_ptr<CloudDiskInode> pInoPtr, const string &name, NotifyData ¬ifyData) in GetNotifyData()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/clouddisknotify_fuzzer/ |
H A D | clouddisknotify_fuzzer.cpp | 51 NotifyData notifyData; in TryNotifyServiceFuzzTest() local 77 NotifyData notifyData; in AddNotifyFuzzTest() local
|
/ohos5.0/base/request/request/frameworks/native/src/ |
H A D | request.cpp | 46 bool Request::NeedNotify(const std::shared_ptr<NotifyData> ¬ifyData) in NeedNotify() 98 void Request::OnNotifyDataReceive(const std::shared_ptr<NotifyData> ¬ifyData) in OnNotifyDataReceive()
|
H A D | response_message_receiver.cpp | 310 std::shared_ptr<NotifyData> ¬ifyData, char *&parcel, int32_t &size) in NotifyDataFromParcel() 401 std::shared_ptr<NotifyData> notifyData = std::make_shared<NotifyData>(); in OnReadable() local
|
H A D | request_manager_impl.cpp | 441 void RequestManagerImpl::OnNotifyDataReceive(const std::shared_ptr<NotifyData> ¬ifyData) in OnNotifyDataReceive()
|
/ohos5.0/base/request/request/frameworks/js/napi/include/ |
H A D | js_notify_data_listener.h | 46 std::shared_ptr<NotifyData> notifyData = nullptr; member
|
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ |
H A D | clouddisk_notify_mock.cpp | 51 void CloudDiskNotify::AddNotify(NotifyData notifyData) {} in AddNotify()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_register_conflict_test.cpp | 215 static bool CheckNewConflictData(KvDBConflictEntry ¬ifyData, KvDBConflictEntry &expectNotifyData) in CheckNewConflictData() 245 static bool CheckOldConflictData(KvDBConflictEntry ¬ifyData, KvDBConflictEntry &expectNotifyData) in CheckOldConflictData()
|
/ohos5.0/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/ |
H A D | downloaduploadmanager_fuzzer.cpp | 213 void OnNotifyDataReceive(const std::shared_ptr<NotifyData> ¬ifyData) 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 D | auto_launch.cpp | 332 void AutoLaunch::ObserverFunc(const KvDBCommitNotifyData ¬ifyData, const std::string &identifier, in ObserverFunc() 832 void AutoLaunch::ExtObserverFunc(const KvDBCommitNotifyData ¬ifyData, const std::string &identif… in ExtObserverFunc() 1270 [this, isExt, identifier, userId](const KvDBCommitNotifyData ¬ifyData) { in RegisterKvObserver()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_client.c | 139 static void GattcNotificationCallback(int clientId, BtGattReadData *notifyData, int status) in GattcNotificationCallback()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/ |
H A D | clouddisk_rdbstore_mock.cpp | 241 int32_t CloudDiskRdbStore::GetNotifyData(const CacheNode &cacheNode, NotifyData ¬ifyData) in GetNotifyData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_nb_delegate_impl.cpp | 414 [observer, storeId](const KvDBCommitNotifyData ¬ifyData) { in RegisterDeviceObserver()
|