/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_crowdtesting_test/ |
H A D | bms_bundle_crowdtesting_test.cpp | 57 ErrCode InstallBundle(const std::string &bundlePath, int32_t crowdtestDeadline = 0) const; 58 ErrCode InstallBundle(const std::vector<std::string> &bundlePath, int32_t crowdtestDeadline = 0) const; 60 int32_t crowdtestDeadline, const std::string &specifiedDistributeType) const; 61 ErrCode UpdateBundle(const std::string &bundlePath, int32_t crowdtestDeadline = 0) const; 63 int32_t crowdtestDeadline, const std::string &specifiedDistributeType) const; 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() 136 InstallBundle(const std::string &bundlePath, int32_t crowdtestDeadline, const std::string &specifiedDistributeType) const InstallBundle() argument 191 UpdateBundle(const std::string &bundlePath, int32_t crowdtestDeadline, const std::string &specifiedDistributeType) const UpdateBundle() argument [all...] |
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_bundle_manager.cpp | 92 appInfo.crowdtestDeadline = 0; in GetApplicationInfo() 96 appInfo.crowdtestDeadline = UNEXPIRED_TIME; in GetApplicationInfo()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | crowd_test_interceptor.cpp | 58 auto appCrowdtestDeadline = appInfo.crowdtestDeadline; in CheckCrowdtest()
|
/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()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | install_param.cpp | 48 crowdtestDeadline = parcel.ReadInt64(); in ReadFromParcel() 104 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int64, parcel, crowdtestDeadline); in Marshalling()
|
H A D | application_info.cpp | 107 const char* APPLICATION_CROWDTEST_DEADLINE = "crowdtestDeadline"; 369 crowdtestDeadline = parcel.ReadInt64(); in ReadFromParcel() 616 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int64, parcel, crowdtestDeadline); in Marshalling() 985 {APPLICATION_CROWDTEST_DEADLINE, applicationInfo.crowdtestDeadline}, in to_json() 1161 applicationInfo.crowdtestDeadline, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | shared_bundle_installer.cpp | 44 checkParam.crowdtestDeadline = installParam_.crowdtestDeadline; in ParseFiles()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | install_param.h | 51 int64_t crowdtestDeadline = Constants::INVALID_CROWDTEST_DEADLINE; // for crowdtesting type hap member
|
H A D | application_info.h | 204 int64_t crowdtestDeadline = Constants::INVALID_CROWDTEST_DEADLINE; member
|
/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_bundle_manager_proxy.h | 89 appInfo.crowdtestDeadline = 0; in GetApplicationInfo()
|
H A D | mock_bundle_manager_service.h | 91 appInfo.crowdtestDeadline = 0; in GetApplicationInfo()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 96 int64_t crowdtestDeadline = -1; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_install_checker.h | 51 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);
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 99 const std::string APPLICATION_CROWDTEST_DEADLINE = "crowdtestDeadline"; 224 {APPLICATION_CROWDTEST_DEADLINE, applicationInfo.crowdtestDeadline}, in to_json() 774 applicationInfo.crowdtestDeadline, in from_json()
|
/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()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.cpp | 65 const char* CROWD_TEST_DEADLINE = "crowdtestDeadline"; 739 static bool ParseCrowdtestDeadline(napi_env env, napi_value args, int64_t &crowdtestDeadline) in ParseCrowdtestDeadline() argument 741 APP_LOGD("start to parse crowdtestDeadline"); in ParseCrowdtestDeadline() 750 APP_LOGE("parse crowdtestDeadline failed"); in ParseCrowdtestDeadline() 754 PARSE_PROPERTY(env, property, int64, crowdtestDeadline); in ParseCrowdtestDeadline() 868 if (!ParseCrowdtestDeadline(env, args, installParam.crowdtestDeadline)) { in ParseInstallParam() 869 APP_LOGW("Parse crowdtestDeadline failed,using default value"); in ParseInstallParam()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 128 "crowdtestDeadline":-1, 341 "crowdtestDeadline":-1, 461 "crowdtestDeadline":-1, 1137 "crowdtestDeadline": -1,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_install_checker.cpp | 405 newInfo.SetAppCrowdtestDeadline((checkParam.crowdtestDeadline >= 0) ? checkParam.crowdtestDeadline : in ParseHapFiles()
|
H A D | inner_bundle_info.cpp | 3665 void InnerBundleInfo::SetAppCrowdtestDeadline(int64_t crowdtestDeadline) in SetAppCrowdtestDeadline() argument 3667 baseApplicationInfo_->crowdtestDeadline = crowdtestDeadline; in SetAppCrowdtestDeadline() 3672 return baseApplicationInfo_->crowdtestDeadline; in GetAppCrowdtestDeadline()
|
H A D | base_bundle_installer.cpp | 3702 checkParam.crowdtestDeadline = installParam.crowdtestDeadline; in ParseHapFiles()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 2006 static bool ParseCrowdtestDeadline(napi_env env, napi_value args, int64_t &crowdtestDeadline) in ParseCrowdtestDeadline() argument 2009 napi_has_named_property(env, args, "crowdtestDeadline", &hasKey); in ParseCrowdtestDeadline() 2012 napi_status status = napi_get_named_property(env, args, "crowdtestDeadline", &property); in ParseCrowdtestDeadline() 2014 APP_LOGE("napi get named crowdtestDeadline property error"); in ParseCrowdtestDeadline() 2020 APP_LOGE("param(crowdtestDeadline) type incorrect"); in ParseCrowdtestDeadline() 2023 NAPI_CALL_BASE(env, napi_get_value_int64(env, property, &crowdtestDeadline), false); in ParseCrowdtestDeadline() 2039 !ParseCrowdtestDeadline(env, args, installParam.crowdtestDeadline)) { in ParseInstallParam()
|