/ohos5.0/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 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
|
/ohos5.0/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 | 81 int32_t PushAsset(int32_t userId,
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
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 174 …auto status = Storage::DistributedFile::DistributedFileDaemonManager::GetInstance().PushAsset(user… in PushAsset()
|
H A D | object_asset_loader.h | 50 int32_t PushAsset(int32_t userId, const sptr<AssetObj> &assetObj,
|
H A D | object_manager.cpp | 198 …auto status = ObjectAssetLoader::GetInstance()->PushAsset(userId, assetObj, objectAssetsSendListe… in PushAssets()
|
/ohos5.0/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,
|
/ohos5.0/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
|
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/ |
H A D | daemonstub_fuzzer.cpp | 104 int32_t PushAsset(int32_t userId, in PushAsset() function in OHOS::DaemonStubImpl
|
/ohos5.0/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,
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | daemon_stub.cpp | 421 int32_t res = PushAsset(userId, assetObj, sendCallback); in HandlePushAsset()
|
H A D | daemon.cpp | 680 int32_t Daemon::PushAsset(int32_t userId, in PushAsset() function in OHOS::Storage::DistributedFile::Daemon
|