Searched refs:provisionType (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_client_test.cpp | 241 std::string provisionType("test_provisionType"); in HWTEST_F() 242 startMsg.provisionType = provisionType; in HWTEST_F() 289 std::string provisionType("test_provisionType"); in HWTEST_F() 290 startMsg.provisionType = provisionType; in HWTEST_F() 337 std::string provisionType("test_provisionType"); in HWTEST_F() 338 startMsg.provisionType = provisionType; in HWTEST_F() 385 std::string provisionType("test_provisionTyp in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_spawn_client.h | 70 std::string provisionType; member
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_spawn_client.cpp | 312 if (!startMsg.provisionType.empty()) { in AppspawnSetExtMsgMore() 313 ret = AppSpawnReqMsgAddStringInfo(reqHandle, MSG_EXT_NAME_PROVISION_TYPE, startMsg.provisionType.c_str()); in AppspawnSetExtMsgMore()
|
H A D | app_mgr_service_inner.cpp | 3252 startMsg.provisionType = bundleInfo.applicationInfo.appProvisionType; in SetAppInfo()
|
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_second_test/ |
H A D | app_spawn_client_second_test.cpp | 144 // Scenario1: Test when provisionType is empty then function returns 0. 158 // Scenario2: Test when provisionType is not empty then function returns 0. 163 startMsg.provisionType = "test"; in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 103 void AddInnerBundleInfo(const std::string bundleName, const std::string provisionType = PROVISION_TYPE_RELEASE, 248 const std::string provisionType, in AddInnerBundleInfo() 264 if (provisionType == PROVISION_TYPE_DEBUG) { in AddInnerBundleInfo() 2627 * @tc.desc: ProcessPatchDeployEnd isDebug is true, provisionType is release 2652 * @tc.desc: ProcessPatchDeployEnd isDebug is true, provisionType is debug 2677 * @tc.desc: ProcessPatchDeployEnd isDebug is true, provisionType is release 247 AddInnerBundleInfo(const std::string bundleName, const std::string provisionType, QuickFixType type) AddInnerBundleInfo() argument
|
Completed in 27 milliseconds