Home
last modified time | relevance | path

Searched refs:PushAsset (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/
H A Ddistributed_file_daemon_manager_impl.cpp123 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 Ddistributed_file_daemon_proxy.cpp434 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 Ddistributed_file_daemon_manager.h47 virtual int32_t PushAsset(int32_t userId,
H A Di_daemon.h53 virtual int32_t PushAsset(int32_t userId,
H A Ddaemon.h81 int32_t PushAsset(int32_t userId,
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_loader.cpp167 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 Dobject_asset_loader.h50 int32_t PushAsset(int32_t userId, const sptr<AssetObj> &assetObj,
H A Dobject_manager.cpp198 …auto status = ObjectAssetLoader::GetInstance()->PushAsset(userId, assetObj, objectAssetsSendListe… in PushAssets()
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/
H A Ddistributed_file_daemon_manager_impl.h51 int32_t PushAsset(int32_t userId,
H A Ddistributed_file_daemon_proxy.h55 int32_t PushAsset(int32_t userId,
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/
H A Di_daemon_mock.h90 int32_t PushAsset(int32_t userId, in PushAsset() function
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/
H A Ddaemonstub_fuzzer.cpp104 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 Ddaemon_stub_test.cpp87 MOCK_METHOD3(PushAsset,
H A Ddaemon_stub_sup_test.cpp100 MOCK_METHOD3(PushAsset, int32_t(int32_t userId,
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_stub.cpp421 int32_t res = PushAsset(userId, assetObj, sendCallback); in HandlePushAsset()
H A Ddaemon.cpp680 int32_t Daemon::PushAsset(int32_t userId, in PushAsset() function in OHOS::Storage::DistributedFile::Daemon