Home
last modified time | relevance | path

Searched defs:crowdtestDeadline (Results 1 – 8 of 8) sorted by relevance

/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
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_crowdtesting_test/
H A Dbms_bundle_crowdtesting_test.cpp137 int32_t crowdtestDeadline, const std::string &specifiedDistributeType) const in InstallBundle()
192 int32_t crowdtestDeadline, const std::string &specifiedDistributeType) const in UpdateBundle()
/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/interfaces/kits/js/installer/
H A Dinstaller.cpp789 static bool ParseCrowdtestDeadline(napi_env env, napi_value args, int64_t &crowdtestDeadline) in ParseCrowdtestDeadline()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp3738 void InnerBundleInfo::SetAppCrowdtestDeadline(int64_t crowdtestDeadline) in SetAppCrowdtestDeadline()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp2007 static bool ParseCrowdtestDeadline(napi_env env, napi_value args, int64_t &crowdtestDeadline) in ParseCrowdtestDeadline()