Home
last modified time | relevance | path

Searched refs:crowdtestDeadline (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_crowdtesting_test/
H A Dbms_bundle_crowdtesting_test.cpp104 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 Dmock_bundle_manager.cpp91 appInfo.crowdtestDeadline = 0; in GetApplicationInfo()
95 appInfo.crowdtestDeadline = UNEXPIRED_TIME; in GetApplicationInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp44 checkParam.crowdtestDeadline = installParam_.crowdtestDeadline; in ParseFiles()
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_bundle_manager.cpp62 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 Dinstall_param.cpp48 crowdtestDeadline = parcel.ReadInt64(); in ReadFromParcel()
113 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int64, parcel, crowdtestDeadline); in Marshalling()
H A Dapplication_info.cpp371 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 Dcrowd_test_interceptor.cpp58 auto appCrowdtestDeadline = appInfo.crowdtestDeadline; in CheckCrowdtest()
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_manager_service.h74 appInfo.crowdtestDeadline = 0; in GetApplicationInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dinstall_param.h52 int64_t crowdtestDeadline = Constants::INVALID_CROWDTEST_DEADLINE; // for crowdtesting type hap member
H A Dapplication_info.h203 int64_t crowdtestDeadline = Constants::INVALID_CROWDTEST_DEADLINE; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h96 int64_t crowdtestDeadline = -1; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_install_checker.h50 int64_t crowdtestDeadline = Constants::INVALID_CROWDTEST_DEADLINE; // for crowdtesting type hap member
H A Dinner_bundle_info.h2111 void SetAppCrowdtestDeadline(int64_t crowdtestDeadline);
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp224 {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 Djs-apidiff-bundle.md16 | bundleInstaller | InstallParam | crowdtestDeadline?: number; | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-bundle.md16 | bundleInstaller | InstallParam | crowdtestDeadline?: number; | Added|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp58 checkParam.crowdtestDeadline = installParam.crowdtestDeadline; in BuildCheckParam()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp126 "crowdtestDeadline":-1,
339 "crowdtestDeadline":-1,
459 "crowdtestDeadline":-1,
1136 "crowdtestDeadline": -1,
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp789 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 Djs-apidiff-bundle.md98 |删除|模块名:bundleInstaller<br>类名:InstallParam<br>方法名 or 属性名:crowdtestDeadline|NA|bundleInstaller.d.ts|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp410 …newInfo.SetAppCrowdtestDeadline((checkParam.crowdtestDeadline >= 0) ? checkParam.crowdtestDeadline in ParseHapFiles()
H A Dinner_bundle_info.cpp3738 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 Djs-apidiff-bundle.md98 …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 Dchangelog-bundlemanager.md566 | crowdtestDeadline | number |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-bundle.md194 |新增|NA|模块名: ohos.bundle.installer<br>类名: InstallParam<br>方法名 or 属性名: crowdtestDeadline|@ohos.bundle…
304 |删除|模块名:bundleInstaller<br>类名:InstallParam<br>方法名 or 属性名:crowdtestDeadline|NA|bundleInstaller.d.ts|

12