/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_crowdtesting_test/ |
H A D | bms_bundle_crowdtesting_test.cpp | 104 int32_t crowdtestDeadline) const in InstallBundle() 107 return InstallBundle(path, crowdtestDeadline); in InstallBundle() 111 int32_t crowdtestDeadline) const in InstallBundle() 129 installParam.crowdtestDeadline = crowdtestDeadline; in InstallBundle() 155 installParam.crowdtestDeadline = crowdtestDeadline; in InstallBundle() 166 int32_t crowdtestDeadline) const in UpdateBundle() 184 installParam.crowdtestDeadline = crowdtestDeadline; in UpdateBundle() 210 installParam.crowdtestDeadline = crowdtestDeadline; in UpdateBundle() 350 EXPECT_EQ(appInfo.crowdtestDeadline, CROWDTEST_DEADLINE); 374 EXPECT_EQ(appInfo.crowdtestDeadline, CROWDTEST_DEADLINE); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_bundle_manager.cpp | 91 appInfo.crowdtestDeadline = 0; in GetApplicationInfo() 95 appInfo.crowdtestDeadline = UNEXPIRED_TIME; in GetApplicationInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | shared_bundle_installer.cpp | 44 checkParam.crowdtestDeadline = installParam_.crowdtestDeadline; in ParseFiles()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/ |
H A D | mock_bundle_manager.cpp | 62 appInfo.crowdtestDeadline = 0; in GetApplicationInfo() 168 appInfo.crowdtestDeadline = 0; in GetApplicationInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | install_param.cpp | 48 crowdtestDeadline = parcel.ReadInt64(); in ReadFromParcel() 113 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int64, parcel, crowdtestDeadline); in Marshalling()
|
H A D | application_info.cpp | 371 crowdtestDeadline = parcel.ReadInt64(); in ReadFromParcel() 617 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int64, parcel, crowdtestDeadline); in Marshalling() 994 {APPLICATION_CROWDTEST_DEADLINE, applicationInfo.crowdtestDeadline}, in to_json() 1169 … applicationInfo.crowdtestDeadline, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | crowd_test_interceptor.cpp | 58 auto appCrowdtestDeadline = appInfo.crowdtestDeadline; in CheckCrowdtest()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_bundle_manager_service.h | 74 appInfo.crowdtestDeadline = 0; in GetApplicationInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | install_param.h | 52 int64_t crowdtestDeadline = Constants::INVALID_CROWDTEST_DEADLINE; // for crowdtesting type hap member
|
H A D | application_info.h | 203 int64_t crowdtestDeadline = Constants::INVALID_CROWDTEST_DEADLINE; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 96 int64_t crowdtestDeadline = -1; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_install_checker.h | 50 int64_t crowdtestDeadline = Constants::INVALID_CROWDTEST_DEADLINE; // for crowdtesting type hap member
|
H A D | inner_bundle_info.h | 2111 void SetAppCrowdtestDeadline(int64_t crowdtestDeadline);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 224 {APPLICATION_CROWDTEST_DEADLINE, applicationInfo.crowdtestDeadline}, in to_json() 774 applicationInfo.crowdtestDeadline, in from_json()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-bundle.md | 16 | bundleInstaller | InstallParam | crowdtestDeadline?: number; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-bundle.md | 16 | bundleInstaller | InstallParam | crowdtestDeadline?: number; | Added|
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 58 checkParam.crowdtestDeadline = installParam.crowdtestDeadline; in BuildCheckParam()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 126 "crowdtestDeadline":-1, 339 "crowdtestDeadline":-1, 459 "crowdtestDeadline":-1, 1136 "crowdtestDeadline": -1,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.cpp | 789 static bool ParseCrowdtestDeadline(napi_env env, napi_value args, int64_t &crowdtestDeadline) in ParseCrowdtestDeadline() argument 804 PARSE_PROPERTY(env, property, int64, crowdtestDeadline); in ParseCrowdtestDeadline() 918 if (!ParseCrowdtestDeadline(env, args, installParam.crowdtestDeadline)) { in ParseInstallParam()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202211/ |
H A D | js-apidiff-bundle.md | 98 |删除|模块名:bundleInstaller<br>类名:InstallParam<br>方法名 or 属性名:crowdtestDeadline|NA|bundleInstaller.d.ts|
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_install_checker.cpp | 410 …newInfo.SetAppCrowdtestDeadline((checkParam.crowdtestDeadline >= 0) ? checkParam.crowdtestDeadline… in ParseHapFiles()
|
H A D | inner_bundle_info.cpp | 3738 void InnerBundleInfo::SetAppCrowdtestDeadline(int64_t crowdtestDeadline) in SetAppCrowdtestDeadline() argument 3740 baseApplicationInfo_->crowdtestDeadline = crowdtestDeadline; in SetAppCrowdtestDeadline() 3745 return baseApplicationInfo_->crowdtestDeadline; in GetAppCrowdtestDeadline()
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202211/ |
H A D | js-apidiff-bundle.md | 98 …eInstaller<br>Class name: InstallParam<br>Method or attribute name: crowdtestDeadline|NA|bundleIns…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.2/ |
H A D | changelog-bundlemanager.md | 566 | crowdtestDeadline | number |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-bundle.md | 194 |新增|NA|模块名: ohos.bundle.installer<br>类名: InstallParam<br>方法名 or 属性名: crowdtestDeadline|@ohos.bundle… 304 |删除|模块名:bundleInstaller<br>类名:InstallParam<br>方法名 or 属性名:crowdtestDeadline|NA|bundleInstaller.d.ts|
|