/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/ |
H A D | distributed_file_daemon_manager_impl.cpp | 123 int32_t DistributedFileDaemonManagerImpl::PushAsset(int32_t userId, in PushAsset() function in OHOS::Storage::DistributedFile::DistributedFileDaemonManagerImpl 127 LOGI("DistributedFileDaemonManagerImpl PushAsset enter."); in PushAsset() 133 return distributedFileDaemonProxy->PushAsset(userId, assetObj, sendCallback); in PushAsset()
|
H A D | distributed_file_daemon_proxy.cpp | 434 int32_t DistributedFileDaemonProxy::PushAsset(int32_t userId, in PushAsset() function in OHOS::Storage::DistributedFile::DistributedFileDaemonProxy
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/ |
H A D | distributed_file_daemon_manager.h | 47 virtual int32_t PushAsset(int32_t userId,
|
H A D | i_daemon.h | 53 virtual int32_t PushAsset(int32_t userId,
|
H A D | daemon.h | 82 int32_t PushAsset(int32_t userId,
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_asset_loader.h | 50 int32_t PushAsset(int32_t userId, const sptr<AssetObj> &assetObj,
|
H A D | object_asset_loader.cpp | 167 int32_t ObjectAssetLoader::PushAsset(int32_t userId, const sptr<AssetObj> &assetObj, in PushAsset() function in OHOS::DistributedObject::ObjectAssetLoader 172 ZLOGI("PushAsset start, asset size:%{public}zu, bundleName:%{public}s, sessionId:%{public}s", in PushAsset() 174 auto status = Storage::DistributedFile::DistributedFileDaemonManager::GetInstance().PushAsset(userId, assetObj, in PushAsset() 177 ZLOGE("PushAsset err status: %{public}d, asset size:%{public}zu, bundleName:%{public}s, sessionId:%{public}s", in PushAsset()
|
H A D | object_manager.cpp | 198 auto status = ObjectAssetLoader::GetInstance()->PushAsset(userId, assetObj, objectAssetsSendListener_);
in PushAssets()
|
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/ |
H A D | i_daemon_mock.h | 90 int32_t PushAsset(int32_t userId, in PushAsset() function in OHOS::Storage::DistributedFile::DaemonServiceMock
|
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/ |
H A D | distributed_file_daemon_manager_impl.h | 51 int32_t PushAsset(int32_t userId,
|
H A D | distributed_file_daemon_proxy.h | 55 int32_t PushAsset(int32_t userId,
|
/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/ |
H A D | daemonstub_fuzzer.cpp | 104 int32_t PushAsset(int32_t userId,
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | daemon_stub.cpp | 388 LOGI("Begin PushAsset"); in HandlePushAsset() 395 LOGE("[PushAsset] DATASYNC permission denied"); in HandlePushAsset() 412 LOGE("PushAsset failed, object is nullptr."); in HandlePushAsset() 417 LOGE("PushAsset failed, Callback is nullptr"); in HandlePushAsset() 421 int32_t res = PushAsset(userId, assetObj, sendCallback); in HandlePushAsset() 423 LOGE("PushAsset write res failed, res is %{public}d", res); in HandlePushAsset()
|
H A D | daemon.cpp | 702 int32_t Daemon::PushAsset(int32_t userId, in PushAsset() function in OHOS::Storage::DistributedFile::Daemon 706 LOGI("Daemon::PushAsset begin."); in PushAsset()
|
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/ |
H A D | daemon_stub_test.cpp | 87 MOCK_METHOD3(PushAsset,
|
H A D | daemon_stub_sup_test.cpp | 100 MOCK_METHOD3(PushAsset, int32_t(int32_t userId,
|