Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dasset_callback_manager.cpp91 const std::string &dstBundleName) in NotifyAssetRecvStart()
97 callback->OnStart(srcNetworkId, dstNetworkId, sessionId, dstBundleName); in NotifyAssetRecvStart()
99 LOGE("IAssetRecvCallback is empty, sessionId is %{public}s, dstBundleName is %{public}s", in NotifyAssetRecvStart()
100 sessionId.c_str(), dstBundleName.c_str()); in NotifyAssetRecvStart()
113 LOGE("IAssetRecvCallback is empty, sessionId is %{public}s, dstBundleName is %{public}s", in NotifyAssetRecvFinished()
88 NotifyAssetRecvStart(const std::string &srcNetworkId, const std::string &dstNetworkId, const std::string &sessionId, const std::string &dstBundleName) NotifyAssetRecvStart() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_data_listener.cpp50 const std::string &sessionId, const std::string &dstBundleName) in OnStart()
52 auto objectKey = dstBundleName + sessionId; in OnStart()
49 OnStart(const std::string &srcNetworkId, const std::string &dstNetworkId, const std::string &sessionId, const std::string &dstBundleName) OnStart() argument
H A Dobject_data_listener.h38 const std::string &dstBundleName) override;
H A Dobject_manager.cpp149 std::string dstBundleName = ObjectDmsHandler::GetInstance().GetDstBundleName(appId, deviceId); in Save() local
150 result = SaveToStore(dstBundleName, sessionId, deviceId, data); in Save()
159 ZLOGI("Sync data, bundleName: %{public}s, sessionId: %{public}s, deviceId: %{public}s", dstBundleName.c_str(), in Save()
162 [proxy, dstBundleName, sessionId, deviceId, this](const std::map<std::string, int32_t> &results) { in Save()
163 ProcessSyncCallback(results, dstBundleName, sessionId, deviceId); in Save()
166 result = SyncOnStore(GetPropertyPrefix(dstBundleName, sessionId, deviceId), {deviceId}, syncCallback); in Save()
176 return PushAssets(appId, dstBundleName, sessionId, data, deviceId); in Save()
179 int32_t ObjectStoreManager::PushAssets(const std::string &srcBundleName, const std::string &dstBundleName, in PushAssets() argument
187 assetObj->dstBundleName_ = dstBundleName; in PushAssets()
H A Dobject_manager.h178 int32_t PushAssets(const std::string &srcBundleName, const std::string &dstBundleName, const std::string &sessionId,
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp291 LOGE("Generate dstBundleName fail, firstFile is %{public}s", GetAnonyString(fileName).c_str()); in GenerateAssetObjInfo()
298 LOGE("Generate dstBundleName fail, relativeFirstFile is %{public}s", GetAnonyString(fileName).c_str()); in GenerateAssetObjInfo()
301 auto dstBundleName = relativeFileName.substr(0, pos); in GenerateAssetObjInfo() local
302 assetObj->dstBundleName_ = dstBundleName; in GenerateAssetObjInfo()
345 const std::string &dstBundleName, in GetDstFile()
360 dstFile << dstBundleName << "/" << TEMP_DIR << file.substr(pos + srcBundleName.length()) in GetDstFile()
367 const std::string &dstBundleName, in GenerateUris()
370 auto tempDir = dstBundleName + "/" + TEMP_DIR; in GenerateUris()
385 uri <<"file://" << dstBundleName << "/data/storage/el2/distributedfiles" in GenerateUris()
397 uri <<"file://" << dstBundleName << "/dat in GenerateUris()
343 GetDstFile(const std::string &file, const std::string &srcBundleName, const std::string &dstBundleName, const std::string &sessionId, bool isSingleFile) GetDstFile() argument
366 GenerateUris(const std::vector<std::string> &fileList, const std::string &dstBundleName, bool isSingleFile) GenerateUris() argument
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_handler_asset.h64 const std::string &dstBundleName,
77 const std::string &dstBundleName,
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/asset/
H A Di_asset_recv_callback.h37 const std::string &dstBundleName) = 0;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/ipc/
H A Dasset_recv_callback_mock.h36 const std::string &dstBundleName));
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Dasset_callback_manager.h43 const std::string &dstBundleName);
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dfeature_ability_module.cpp203 char *dstBundleName = MallocStringOf(nameValue, &nameLength); in SendMsgToPeer() local
210 if ((dstBundleName == nullptr) || (nameLength == 0) || (message == nullptr) || (msgLength == 0) || in SendMsgToPeer()
216 (idLength == 0), bundleName, dstBundleName, (reinterpret_cast<const uint8_t *>(message)), strlen(message), in SendMsgToPeer()
224 ACE_FREE(dstBundleName); in SendMsgToPeer()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H A Ddistributed_radar.h174 const std::string& srcBundleName, const std::string& dstBundleName);
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/asset/
H A Dasset_recv_callback_stub_test.cpp34 const std::string &dstBundleName));
118 data.WriteString("dstBundleName"); in HWTEST_F()
158 data.WriteString("dstBundleName"); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddistributed_radar.cpp734 const std::string& srcBundleName, const std::string& dstBundleName) in ClickIconDmsContinue()
742 BundleManagerInternal::GetLocalBundleInfoV9(dstBundleName, dstBundleInfo); in ClickIconDmsContinue()
758 APP_CALLER, dstBundleName, in ClickIconDmsContinue()
773 APP_CALLER, dstBundleName, in ClickIconDmsContinue()
733 ClickIconDmsContinue(const std::string& func, int32_t errCode, std::string peerDeviceId, const std::string& srcBundleName, const std::string& dstBundleName) ClickIconDmsContinue() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h82 std::string dstBundleName; member
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp3426 bundleName = it->second.dstBundleName; in UnregisterAppStateObserver()
3429 if (iter->second.dstBundleName == bundleName) { in UnregisterAppStateObserver()
3480 if (iter->second.dstBundleName == element.GetBundleName() && in NotifyStateChanged()

Completed in 19 milliseconds