/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
D | bms_system_bundle_installer_test.cpp | 69 bool BmsSystemBundleInstallerTest::UninstallSystemBundle(const std::string &bundleName, bool isKeep… in UninstallSystemBundle() argument 76 const std::string &bundleName, const std::string &modulePackage) const in UninstallSystemBundle() argument 103 std::string bundleName = BUNDLE_NAME; variable 115 std::string bundleName = EMPTY_STRING; variable 127 std::string bundleName = BUNDLE_NAME; variable 140 std::string bundleName = EMPTY_STRING; variable 153 std::string bundleName = BUNDLE_NAME; variable 166 std::string bundleName = EMPTY_STRING; variable 179 std::string bundleName = BUNDLE_NAME; variable 192 std::string bundleName = EMPTY_STRING; variable [all …]
|
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/ |
D | svc_session_manager_mock.cpp | 56 void SvcSessionManager::VerifyBundleName(string &bundleName) in VerifyBundleName() 73 bool SvcSessionManager::OnBunleFileReady(const string &bundleName, const string &fileName) in OnBunleFileReady() 85 UniqueFd SvcSessionManager::OnBunleExtManageInfo(const string &bundleName, UniqueFd fd) in OnBunleExtManageInfo() 91 void SvcSessionManager::RemoveExtInfo(const string &bundleName) in RemoveExtInfo() 96 wptr<SvcBackupConnection> SvcSessionManager::GetExtConnection(const BundleName &bundleName) in GetExtConnection() 104 auto callDied = [](const string &&bundleName) {}; in GetExtConnection() 105 auto callConnDone = [](const string &&bundleName) {}; in GetExtConnection() 113 sptr<SvcBackupConnection> SvcSessionManager::GetBackupExtAbility(const string &bundleName) in GetBackupExtAbility() 129 void SvcSessionManager::SetExtFileNameRequest(const string &bundleName, const string &fileName) in SetExtFileNameRequest() 134 std::set<std::string> SvcSessionManager::GetExtFileNameRequest(const std::string &bundleName) in GetExtFileNameRequest() [all …]
|
D | service_reverse_proxy_mock.cpp | 23 void ServiceReverseProxy::BackupOnFileReady(string bundleName, string fileName, int fd) {} in BackupOnFileReady() 25 void ServiceReverseProxy::BackupOnBundleStarted(int32_t errCode, string bundleName) {} in BackupOnBundleStarted() 27 void ServiceReverseProxy::BackupOnBundleFinished(int32_t errCode, string bundleName) {} in BackupOnBundleFinished() 31 void ServiceReverseProxy::RestoreOnBundleStarted(int32_t errCode, string bundleName) {} in RestoreOnBundleStarted() 33 void ServiceReverseProxy::RestoreOnBundleFinished(int32_t errCode, string bundleName) {} in RestoreOnBundleFinished() 37 void ServiceReverseProxy::RestoreOnFileReady(string bundleName, string fileName, int fd) {} in RestoreOnFileReady()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_provision_info/ |
D | app_provision_info_manager.cpp | 30 bool AppProvisionInfoManager::AddAppProvisionInfo(const std::string &bundleName, in AddAppProvisionInfo() 37 bool AppProvisionInfoManager::DeleteAppProvisionInfo(const std::string &bundleName) in DeleteAppProvisionInfo() 43 bool AppProvisionInfoManager::GetAppProvisionInfo(const std::string &bundleName, in GetAppProvisionInfo() 57 const std::string &bundleName, const std::string &specifiedDistributionType) in SetSpecifiedDistributionType() 63 const std::string &bundleName, std::string &specifiedDistributionType) in GetSpecifiedDistributionType() 69 const std::string &bundleName, const std::string &additionalInfo) in SetAdditionalInfo() 75 const std::string &bundleName, std::string &additionalInfo) in GetAdditionalInfo()
|
/foundation/filemanagement/app_file_service/tests/mock/module_sched/ |
D | sched_scheduler_mock.cpp | 27 void SchedScheduler::Sched(string bundleName) {} in Sched() 29 void SchedScheduler::ExecutingQueueTasks(const string &bundleName) {} in ExecutingQueueTasks() 31 void SchedScheduler::RemoveExtConn(const string &bundleName) {} in RemoveExtConn() 33 void SchedScheduler::InstallingState(const string &bundleName) {} in InstallingState() 37 void SchedScheduler::InstallSuccess(const std::string &bundleName, const int32_t resultCode) {} in InstallSuccess()
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/ |
D | object_store_test.cpp | 127 std::string bundleName = "default"; variable 161 std::string bundleName = "default"; variable 183 std::string bundleName = "default"; variable 204 std::string bundleName = "default"; variable 238 std::string bundleName = "default"; variable 259 std::string bundleName = "default"; variable 282 std::string bundleName = "default"; variable 310 std::string bundleName = "default"; variable 351 std::string bundleName = "default"; variable 375 std::string bundleName = "default"; variable [all …]
|
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
D | svc_session_manager.cpp | 89 void SvcSessionManager::VerifyBundleName(string &bundleName) in VerifyBundleName() 132 bool SvcSessionManager::OnBunleFileReady(const string &bundleName, const string &fileName) in OnBunleFileReady() 167 UniqueFd SvcSessionManager::OnBunleExtManageInfo(const string &bundleName, UniqueFd fd) in OnBunleExtManageInfo() 191 void SvcSessionManager::RemoveExtInfo(const string &bundleName) in RemoveExtInfo() 203 wptr<SvcBackupConnection> SvcSessionManager::GetExtConnection(const BundleName &bundleName) in GetExtConnection() 219 sptr<SvcBackupConnection> SvcSessionManager::GetBackupExtAbility(const string &bundleName) in GetBackupExtAbility() 222 auto callDied = [revPtr {reversePtr_}](const string &&bundleName) { in GetBackupExtAbility() 232 auto callConnDone = [revPtr {reversePtr_}](const string &&bundleName) { in GetBackupExtAbility() 277 void SvcSessionManager::SetExtFileNameRequest(const string &bundleName, const string &fileName) in SetExtFileNameRequest() 289 std::set<std::string> SvcSessionManager::GetExtFileNameRequest(const std::string &bundleName) in GetExtFileNameRequest() [all …]
|
/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/ |
D | fms_form_bms_helper_test.cpp | 78 std::string GetAppType(const std::string &bundleName) override in GetAppType() 83 int GetUidByBundleName(const std::string &bundleName, const int userId) override in GetUidByBundleName() 91 bool GetBundleNameForUid(const int uid, std::string &bundleName) override in GetBundleNameForUid() 97 int32_t GetNameForUid(const int uid, std::string &bundleName) override in GetNameForUid() 103 bool GetFormsInfoByApp(const std::string &bundleName, std::vector<FormInfo> &formInfo) override in GetFormsInfoByApp() 107 bool GetFormsInfoByModule(const std::string &bundleName, const std::string &moduleName, in GetFormsInfoByModule() 113 ErrCode GetBundlePackInfo(const std::string &bundleName, int32_t flags, in GetBundlePackInfo() 120 ErrCode GetBundlePackInfo(const std::string &bundleName, const BundlePackFlag flag, in GetBundlePackInfo() 128 const std::string &bundleName, const std::string &moduleName, bool isEnable) override in SetModuleRemovable() 166 const std::string bundleName = ""; variable [all …]
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
D | mock_bundle_manager_form.h | 40 std::string GetAppType(const std::string& bundleName) override in GetAppType() 45 int GetUidByBundleName(const std::string& bundleName, const int userId) override in GetUidByBundleName() 53 bool GetBundleNameForUid(const int uid, std::string& bundleName) override in GetBundleNameForUid() 69 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() 97 bool GetBundleNameForUid(const int uid, std::string& bundleName) override in GetBundleNameForUid() 116 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos()
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/include/ |
D | service_reverse_mock.h | 39 void BackupOnFileReady(std::string bundleName, std::string fileName, int fd) override {} in BackupOnFileReady() 40 void BackupOnBundleStarted(int32_t errCode, std::string bundleName) override {} in BackupOnBundleStarted() 41 void BackupOnBundleFinished(int32_t errCode, std::string bundleName) override {} in BackupOnBundleFinished() 44 void RestoreOnBundleStarted(int32_t errCode, std::string bundleName) override {} in RestoreOnBundleStarted() 45 void RestoreOnBundleFinished(int32_t errCode, std::string bundleName) override {} in RestoreOnBundleFinished() 47 void RestoreOnFileReady(std::string bundleName, std::string fileName, int fd) override {} in RestoreOnFileReady()
|
/foundation/distributedhardware/device_manager/interfaces/kits/js_mini/include/ |
D | native_devicemanager_js.h | 47 char bundleName[DM_JSI_BUF_LENGTH] = {0}; member 62 explicit DmJSIInitCallback(std::string &bundleName) : bundleName_(bundleName) {} in DmJSIInitCallback() 72 explicit DmJSIDeviceStateCallback(std::string &bundleName) : bundleName_(bundleName) {} in DmJSIDeviceStateCallback() 85 … explicit DmJSIDiscoverCallback(std::string &bundleName) : refCount_(0), bundleName_(bundleName) {} in DmJSIDiscoverCallback() 102 explicit DmJSIAuthenticateCallback(std::string &bundleName) : bundleName_(bundleName) {} in DmJSIAuthenticateCallback() 112 explicit DmJSICheckAuthCallback(std::string &bundleName) : bundleName_(bundleName) {} in DmJSICheckAuthCallback() 122 explicit DmJSIDeviceManagerFaCallback(std::string &bundleName) : bundleName_(bundleName) {} in DmJSIDeviceManagerFaCallback()
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/ |
D | data_sync_manager.cpp | 32 int32_t DataSyncManager::TriggerStartSync(const std::string &bundleName, in TriggerStartSync() 61 int32_t DataSyncManager::TriggerStopSync(const std::string &bundleName, in TriggerStopSync() 83 void DataSyncManager::RegisterCloudSyncCallback(const std::string &bundleName, const int32_t userId) in RegisterCloudSyncCallback() 95 int32_t DataSyncManager::StartDownloadFile(const std::string &bundleName, const int32_t userId, con… in StartDownloadFile() 116 int32_t DataSyncManager::StopDownloadFile(const std::string &bundleName, const int32_t userId, cons… in StopDownloadFile() 127 int32_t DataSyncManager::RegisterDownloadFileCallback(const std::string &bundleName, in RegisterDownloadFileCallback() 142 int32_t DataSyncManager::UnregisterDownloadFileCallback(const std::string &bundleName, in UnregisterDownloadFileCallback() 168 auto bundleName = dataSyncer->GetBundleName(); in TriggerRecoverySync() local 190 std::shared_ptr<DataSyncer> DataSyncManager::GetDataSyncer(const std::string &bundleName, const int… in GetDataSyncer() 209 int32_t DataSyncManager::IsSkipSync(const std::string &bundleName, const int32_t userId) const in IsSkipSync() argument [all …]
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/ |
D | service_reverse.cpp | 24 void ServiceReverse::BackupOnFileReady(string bundleName, string fileName, int fd) in BackupOnFileReady() 35 void ServiceReverse::BackupOnBundleStarted(int32_t errCode, string bundleName) in BackupOnBundleStarted() 45 void ServiceReverse::BackupOnBundleFinished(int32_t errCode, string bundleName) in BackupOnBundleFinished() 65 void ServiceReverse::RestoreOnBundleStarted(int32_t errCode, string bundleName) in RestoreOnBundleStarted() 75 void ServiceReverse::RestoreOnBundleFinished(int32_t errCode, string bundleName) in RestoreOnBundleFinished() 95 void ServiceReverse::RestoreOnFileReady(string bundleName, string fileName, int fd) in RestoreOnFileReady()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/ |
D | bundle_sandbox_app_helper.cpp | 40 void BundleSandboxAppHelper::DeleteSandboxAppInfo(const std::string &bundleName, const int32_t &app… in DeleteSandboxAppInfo() 55 …const std::string &bundleName, const int32_t &appIndex, const int32_t &userId, BundleInfo &info) c… in GetSandboxAppBundleInfo() argument 70 int32_t BundleSandboxAppHelper::GenerateSandboxAppIndex(const std::string &bundleName) in GenerateSandboxAppIndex() 85 bool BundleSandboxAppHelper::DeleteSandboxAppIndex(const std::string &bundleName, int32_t appIndex) in DeleteSandboxAppIndex() 118 …const std::string &bundleName, const int32_t &appIndex, int32_t &userId, InnerBundleInfo &info) co… in GetSandboxAppInfo() argument 164 ErrCode BundleSandboxAppHelper::InstallSandboxApp(const std::string &bundleName, const int32_t &dlp… in InstallSandboxApp() 178 const std::string &bundleName, const int32_t &appIndex, const int32_t &userId) in UninstallSandboxApp() 190 ErrCode BundleSandboxAppHelper::UninstallAllSandboxApps(const std::string &bundleName, int32_t user… in UninstallAllSandboxApps()
|
D | bundle_sandbox_manager_rdb.cpp | 51 bool SandboxManagerRdb::QuerySandboxInnerBundleInfo(const std::string &bundleName, InnerBundleInfo … in QuerySandboxInnerBundleInfo() 62 bool SandboxManagerRdb::SaveSandboxInnerBundleInfo(const std::string &bundleName, in SaveSandboxInnerBundleInfo() 74 bool SandboxManagerRdb::DeleteSandboxInnerBundleInfo(const std::string &bundleName) in DeleteSandboxInnerBundleInfo() 115 bool SandboxManagerRdb::GetDataFromDb(const std::string &bundleName, InnerBundleInfo &innerBundleIn… in GetDataFromDb() 138 bool SandboxManagerRdb::SaveDataToDb(const std::string &bundleName, const InnerBundleInfo &innerBun… in SaveDataToDb() 148 bool SandboxManagerRdb::DeleteDataFromDb(const std::string &bundleName) in DeleteDataFromDb()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
D | mock_bundle_status.h | 34 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override {}; in OnBundleAdded() 35 virtual void OnBundleUpdated(const std::string &bundleName, const int userId) override {}; in OnBundleUpdated() 36 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override {}; in OnBundleRemoved()
|
/foundation/multimedia/av_session/services/session/adapter/ |
D | bundle_status_adapter.cpp | 57 bool BundleStatusAdapter::SubscribeBundleStatusEvent(const std::string bundleName, in SubscribeBundleStatusEvent() 61 auto bundleStatusCallback = [this](std::string bundleName) { in SubscribeBundleStatusEvent() 89 bool BundleStatusAdapter::IsAudioPlayback(const std::string& bundleName, const std::string& ability… in IsAudioPlayback() 100 void BundleStatusAdapter::NotifyBundleRemoved(const std::string bundleName) in NotifyBundleRemoved() 113 std::string bundleName {""}; in GetBundleNameFromUid() local 132 const std::string &resultMsg, const std::string &bundleName) in OnBundleStateChanged()
|
/foundation/ability/form_fwk/services/src/ |
D | form_bms_helper.cpp | 75 void FormBmsHelper::NotifyModuleRemovable(const std::string &bundleName, const std::string &moduleN… in NotifyModuleRemovable() 100 void FormBmsHelper::NotifyModuleNotRemovable(const std::string &bundleName, const std::string &modu… in NotifyModuleNotRemovable() 122 std::string FormBmsHelper::GenerateModuleKey(const std::string &bundleName, const std::string &modu… in GenerateModuleKey() argument 127 bool FormBmsHelper::GetBundlePackInfo(const std::string &bundleName, const int32_t userId, in GetBundlePackInfo() 152 std::string bundleName = element.GetBundleName(); in GetAbilityInfo() local 205 bool FormBmsHelper::GetBundleInfo(const std::string &bundleName, int32_t userId, BundleInfo &bundle… in GetBundleInfo() 217 bool FormBmsHelper::GetBundleInfoWithPermission(const std::string &bundleName, int32_t userId, Bund… in GetBundleInfoWithPermission() 244 int32_t FormBmsHelper::GetBundleNameByUid(const int32_t uid, std::string &bundleName) in GetBundleNameByUid() 259 int32_t FormBmsHelper::GetUidByBundleName(const std::string &bundleName, const int32_t userId) in GetUidByBundleName() 269 bool FormBmsHelper::GetCompileMode(const std::string &bundleName, const std::string &moduleName, in GetCompileMode() [all …]
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/sync_rule/ |
D | cloud_status_test.cpp | 63 const string bundleName = "ohos.com.test"; variable 78 const string bundleName = ""; variable 93 const string bundleName = "ohos.com.demo"; variable 108 const string bundleName = "ohos.com.demo1"; variable 123 const string bundleName = "ohos.com.demo1"; variable 139 const string bundleName = "ohos.com.demo2"; variable 155 const string bundleName = "ohos.com.demo3"; variable 171 const string bundleName = "ohos.com.demo3"; variable
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
D | bms_install_system_test.cpp | 271 const std::string &bundleName, std::string &uninstallMsg) in UninstallBundle() 324 …const std::string &bundleName, const std::string &modulePackage, const std::vector<std::string> &a… in CheckInstallIsSuccess() argument 392 std::string bundleName = THIRD_BASE_BUNDLE_NAME + "1"; variable 422 std::string bundleName = THIRD_BASE_BUNDLE_NAME + "1"; variable 453 std::string bundleName = THIRD_BASE_BUNDLE_NAME + "5"; variable 491 std::string bundleName = THIRD_BASE_BUNDLE_NAME + "2"; variable 521 std::string bundleName = THIRD_BASE_BUNDLE_NAME + "2"; variable 552 std::string bundleName = THIRD_BASE_BUNDLE_NAME + "1"; variable 594 std::string bundleName = THIRD_BASE_BUNDLE_NAME + "1"; variable 634 std::string bundleName = THIRD_BASE_BUNDLE_NAME + "1"; variable [all …]
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_ability_manager_helper_test/ |
D | bms_ability_manager_helper_test.cpp | 76 std::string bundleName = BUNDLE_NAME; variable 89 std::string bundleName = BUNDLE_NAME; variable 104 std::string bundleName = BUNDLE_NAME; variable 117 std::string bundleName = BUNDLE_NAME; variable 130 std::string bundleName = BUNDLE_NAME; variable
|
/foundation/arkui/advanced_ui_component/interface/arkdialog/ |
D | arkdialog.js | 86 bundleName: '', property 94 bundleName: '', property 101 bundleName: '', property 108 bundleName: '', property 116 bundleName: '', property 164 bundleName: '', property 172 bundleName: '', property 200 bundleName: '', property 208 bundleName: '', property 216 bundleName: '', property [all …]
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
D | bundle_status_callback_proxy.h | 47 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override {}; in OnBundleAdded() 53 virtual void OnBundleUpdated(const std::string &bundleName, const int userId) override {}; in OnBundleUpdated() 59 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override {}; in OnBundleRemoved()
|
/foundation/ability/form_fwk/test/unittest/fms_observer_record_test/ |
D | fms_observer_record_test.cpp | 68 std::string bundleName = "bundle"; variable 83 std::string bundleName = "bundle"; variable 98 std::string bundleName = "bundle"; variable 113 std::string bundleName = "bundle"; variable
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/ |
D | bundle_overlay_manager.cpp | 21 bool BundleOverlayManager::IsExistedNonOverlayHap(const std::string &bundleName) in IsExistedNonOverlayHap() 31 bool BundleOverlayManager::GetInnerBundleInfo(const std::string &bundleName, InnerBundleInfo &info) in GetInnerBundleInfo() 42 ErrCode BundleOverlayManager::GetAllOverlayModuleInfo(const std::string &bundleName, in GetAllOverlayModuleInfo() 54 ErrCode BundleOverlayManager::GetOverlayModuleInfo(const std::string &bundleName, const std::string… in GetOverlayModuleInfo() 91 ErrCode BundleOverlayManager::SetOverlayEnabled(const std::string &bundleName, const std::string &m… in SetOverlayEnabled()
|