Home
last modified time | relevance | path

Searched refs:APPLICATION_CROWDTEST_DEADLINE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp99 const std::string APPLICATION_CROWDTEST_DEADLINE = "crowdtestDeadline"; variable
224 {APPLICATION_CROWDTEST_DEADLINE, applicationInfo.crowdtestDeadline}, in to_json()
773 APPLICATION_CROWDTEST_DEADLINE, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp106 const char* APPLICATION_CROWDTEST_DEADLINE = "crowdtestDeadline"; variable
994 {APPLICATION_CROWDTEST_DEADLINE, applicationInfo.crowdtestDeadline}, in to_json()
1168 GetValueIfFindKey<int64_t>(jsonObject, jsonObjectEnd, APPLICATION_CROWDTEST_DEADLINE, in from_json()