/ohos5.0/foundation/bundlemanager/bundle_tool/test/mock/ |
H A D | mock_bundle_installer_host.cpp | 39 statusReceiver->OnFinished(OHOS::ERR_OK, MSG_SUCCESS); in Install() 54 statusReceiver->OnFinished(OHOS::ERR_OK, MSG_SUCCESS); in Install() 67 statusReceiver->OnFinished(OHOS::ERR_OK, MSG_SUCCESS); in Uninstall() 81 statusReceiver->OnFinished(OHOS::ERR_OK, MSG_SUCCESS); in Uninstall() 92 statusReceiver->OnFinished(OHOS::ERR_OK, MSG_SUCCESS); in Recover() 100 statusReceiver->OnFinished(OHOS::ERR_OK, MSG_SUCCESS); in StreamInstall() 129 statusReceiver->OnFinished(OHOS::ERR_OK, MSG_SUCCESS); in Uninstall()
|
H A D | mock_bundle_installer_host.h | 30 const std::string MSG_SUCCESS = "[SUCCESS]"; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_permission_grant_system_test/ |
H A D | bms_permission_grant_system_test.cpp | 39 const std::string MSG_SUCCESS = "[SUCCESS]"; variable 95 if (resultMsg == MSG_SUCCESS) { in GetResultMsg()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | status_receiver_proxy.cpp | 29 const char* MSG_SUCCESS = "[SUCCESS]"; variable 235 {ERR_OK, {IStatusReceiver::SUCCESS, MSG_SUCCESS}},
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bms_install_external_hsp_so_test.cpp | 57 const std::string MSG_SUCCESS = "[SUCCESS]"; variable 117 if (resultMsg == MSG_SUCCESS) { in GetResultMsg()
|
H A D | bms_install_extension_system_test.cpp | 59 const std::string MSG_SUCCESS = "[SUCCESS]"; variable 122 if (resultMsg == MSG_SUCCESS) { in GetResultMsg()
|
H A D | bms_install_system_test.cpp | 41 const std::string MSG_SUCCESS = "[SUCCESS]"; variable 99 if (resultMsg == MSG_SUCCESS) { in GetResultMsg()
|
H A D | bms_install_hap_so_test.cpp | 155 const std::string MSG_SUCCESS = "[SUCCESS]"; variable 212 if (resultMsg == MSG_SUCCESS) { in GetResultMsg()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/ |
H A D | bms_compatible_system_test.cpp | 37 const std::string MSG_SUCCESS = "[SUCCESS]"; variable 210 if (resultMsg == MSG_SUCCESS) { in GetResultMsg()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/ |
H A D | bms_launcher_service_system_test.cpp | 47 const std::string MSG_SUCCESS = "[SUCCESS]"; variable 403 if (resultMsg == MSG_SUCCESS) { in GetResultMsg()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_sandbox_app_system_test/ |
H A D | bundle_mgr_sandbox_app_system_test.cpp | 48 const std::string MSG_SUCCESS = "[SUCCESS]"; variable 110 if (resultMsg == MSG_SUCCESS) { in GetResultMsg()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
H A D | bms_search_system_test.cpp | 44 const std::string MSG_SUCCESS = "[SUCCESS]"; variable 166 if (resultMsg == MSG_SUCCESS) { in GetResultMsg()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/ |
H A D | bms_uninstall_system_test.cpp | 41 const std::string MSG_SUCCESS = "[SUCCESS]"; variable 89 if (resultMsg == MSG_SUCCESS) { in GetResultMsg()
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/dbms_services_kit_test/ |
H A D | dbms_services_kit_test.cpp | 74 const std::string MSG_SUCCESS = "[SUCCESS]"; variable 121 if (resultMsg == MSG_SUCCESS) { in GetResultMsg()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/ |
H A D | bundle_mgr_client_system_test.cpp | 54 const std::string MSG_SUCCESS = "[SUCCESS]"; variable 107 if (resultMsg == MSG_SUCCESS) { in GetResultMsg()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 61 const std::string MSG_SUCCESS = "[SUCCESS]"; variable 250 if (resultMsg == MSG_SUCCESS) { in GetResultMsg()
|