/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudsyncmanager/ |
H A D | cloud_sync_manager_n_exporter.h | 25 napi_value NotifyEventChange(napi_env env, napi_callback_info info);
|
H A D | cloud_sync_manager_n_exporter.cpp | 138 napi_value NotifyEventChange(napi_env env, NFuncArg &funcArg) in NotifyEventChange() function 173 …int32_t result = CloudSyncManager::GetInstance().NotifyEventChange(userId, eventIdStr, extraDataSt… in NotifyEventChange() 202 return NotifyEventChange(env, funcArg); in NotifyDataChange()
|
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/ |
H A D | cloud_sync_manager.h | 95 …virtual int32_t NotifyEventChange(int32_t userId, const std::string &eventId, const std::string &e…
|
H A D | i_cloud_sync_service.h | 40 …virtual int32_t NotifyEventChange(int32_t userId, const std::string &eventId, const std::string &e…
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/ |
H A D | cloud_sync_manager_impl.h | 45 …int32_t NotifyEventChange(int32_t userId, const std::string &eventId, const std::string &extraData…
|
H A D | cloud_sync_service_proxy.h | 41 …int32_t NotifyEventChange(int32_t userId, const std::string &eventId, const std::string &extraData…
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/ |
H A D | i_cloud_sync_service_mock.h | 88 …int32_t NotifyEventChange(int32_t userId, const std::string &eventId, const std::string &extraData… in NotifyEventChange() function
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_sync_manager_impl.cpp | 199 int32_t CloudSyncManagerImpl::NotifyEventChange( in NotifyEventChange() function in OHOS::FileManagement::CloudSync::CloudSyncManagerImpl 210 int32_t ret = CloudSyncServiceProxy->NotifyEventChange(userId, eventId, extraData); in NotifyEventChange()
|
H A D | cloud_sync_service_proxy.cpp | 509 int32_t CloudSyncServiceProxy::NotifyEventChange( in NotifyEventChange() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/ |
H A D | cloud_sync_service.h | 51 …int32_t NotifyEventChange(int32_t userId, const std::string &eventId, const std::string &extraData…
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/ |
H A D | cloud_sync_service_proxy_lite.cpp | 200 int32_t CloudSyncServiceProxy::NotifyEventChange( in NotifyEventChange() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/ |
H A D | cloud_sync_service_stub_test.cpp | 44 …MOCK_METHOD3(NotifyEventChange, int32_t(int32_t userId, const std::string &eventId, const std::str… 377 EXPECT_CALL(service, NotifyEventChange(_, _, _)).WillOnce(Return(E_OK));
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/ |
H A D | cloud_sync_manager_impl_test.cpp | 342 … auto res = CloudSyncManagerImpl::GetInstance().NotifyEventChange(userId, eventId, extraData);
|
H A D | cloud_sync_service_proxy_test.cpp | 528 int result = proxy_->NotifyEventChange(userId, eventId, extraData); 547 int result = proxy_->NotifyEventChange(userId, eventId, extraData);
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service.cpp | 470 int32_t CloudSyncService::NotifyEventChange(int32_t userId, const std::string &eventId, const std::… in NotifyEventChange() function in OHOS::FileManagement::CloudSync::CloudSyncService
|
H A D | cloud_sync_service_stub.cpp | 304 int32_t res = NotifyEventChange(userId, eventIdStr, extraDataStr); in HandleNotifyEventChange()
|