Home
last modified time | relevance | path

Searched refs:crowdtestDeadline (Results 1 - 22 of 22) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_crowdtesting_test/
H A Dbms_bundle_crowdtesting_test.cpp57 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 Dmock_bundle_manager.cpp92 appInfo.crowdtestDeadline = 0; in GetApplicationInfo()
96 appInfo.crowdtestDeadline = UNEXPIRED_TIME; in GetApplicationInfo()
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dcrowd_test_interceptor.cpp58 auto appCrowdtestDeadline = appInfo.crowdtestDeadline; in CheckCrowdtest()
/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()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dinstall_param.cpp48 crowdtestDeadline = parcel.ReadInt64(); in ReadFromParcel()
104 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int64, parcel, crowdtestDeadline); in Marshalling()
H A Dapplication_info.cpp107 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 Dshared_bundle_installer.cpp44 checkParam.crowdtestDeadline = installParam_.crowdtestDeadline; in ParseFiles()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dinstall_param.h51 int64_t crowdtestDeadline = Constants::INVALID_CROWDTEST_DEADLINE; // for crowdtesting type hap member
H A Dapplication_info.h204 int64_t crowdtestDeadline = Constants::INVALID_CROWDTEST_DEADLINE; member
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_manager_proxy.h89 appInfo.crowdtestDeadline = 0; in GetApplicationInfo()
H A Dmock_bundle_manager_service.h91 appInfo.crowdtestDeadline = 0; in GetApplicationInfo()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h96 int64_t crowdtestDeadline = -1; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_install_checker.h51 int64_t crowdtestDeadline = Constants::INVALID_CROWDTEST_DEADLINE; // for crowdtesting type hap member
H A Dinner_bundle_info.h2111 void SetAppCrowdtestDeadline(int64_t crowdtestDeadline);
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp99 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 Dapp_service_fwk_installer.cpp58 checkParam.crowdtestDeadline = installParam.crowdtestDeadline; in BuildCheckParam()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp65 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 Dbms_bundle_data_storage_database_test.cpp128 "crowdtestDeadline":-1,
341 "crowdtestDeadline":-1,
461 "crowdtestDeadline":-1,
1137 "crowdtestDeadline": -1,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp405 newInfo.SetAppCrowdtestDeadline((checkParam.crowdtestDeadline >= 0) ? checkParam.crowdtestDeadline : in ParseHapFiles()
H A Dinner_bundle_info.cpp3665 void InnerBundleInfo::SetAppCrowdtestDeadline(int64_t crowdtestDeadline) in SetAppCrowdtestDeadline() argument
3667 baseApplicationInfo_->crowdtestDeadline = crowdtestDeadline; in SetAppCrowdtestDeadline()
3672 return baseApplicationInfo_->crowdtestDeadline; in GetAppCrowdtestDeadline()
H A Dbase_bundle_installer.cpp3702 checkParam.crowdtestDeadline = installParam.crowdtestDeadline; in ParseHapFiles()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp2006 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()

Completed in 49 milliseconds