Home
last modified time | relevance | path

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

/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
127 LOGI("DistributedFileDaemonManagerImpl PushAsset enter."); in PushAsset()
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
/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.h82 int32_t PushAsset(int32_t userId,
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_loader.h50 int32_t PushAsset(int32_t userId, const sptr<AssetObj> &assetObj,
H A Dobject_asset_loader.cpp167 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 Dobject_manager.cpp198 auto status = ObjectAssetLoader::GetInstance()->PushAsset(userId, assetObj, objectAssetsSendListener_); in PushAssets()
/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 in OHOS::Storage::DistributedFile::DaemonServiceMock
/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,
/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/
H A Ddaemonstub_fuzzer.cpp104 int32_t PushAsset(int32_t userId,
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_stub.cpp388 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 Ddaemon.cpp702 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 Ddaemon_stub_test.cpp87 MOCK_METHOD3(PushAsset,
H A Ddaemon_stub_sup_test.cpp100 MOCK_METHOD3(PushAsset, int32_t(int32_t userId,

Completed in 11 milliseconds