Home
last modified time | relevance | path

Searched refs:appVersion (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/ui/
H A Djs-framework-syntax-js.md45 appVersion: '2.0',
49 this.globalData.appVersion = '3.0';
59 appVersion:'1.0',
63 this.appVersion = this.$app.$def.globalData.appVersion;
69 this.appVersion = this.$app.$def.globalData.appVersion;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue.h145 int32_t PostCotinueAbilityTask(int32_t appVersion);
153 int32_t ExecuteContinueAbility(int32_t appVersion);
162 int32_t OnStartCmd(int32_t appVersion);
185 …2_t PackReplyCmd(std::shared_ptr<DSchedContinueReplyCmd> cmd, int32_t replyCmd, int32_t appVersion,
/ohos5.0/docs/en/application-dev/ui/
H A Djs-framework-syntax-js.md48 appVersion: '2.0',
52 this.globalData.appVersion = '3.0';
63 appVersion:'1.0',
67 this.appVersion = this.$app.$def.globalData.appVersion;
73 this.appVersion = this.$app.$def.globalData.appVersion;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/
H A Ddsched_continue_test.cpp104 int32_t appVersion = 0; variable
109 int32_t ret = conti->OnStartCmd(appVersion);
112 ret = conti->PostCotinueAbilityTask(appVersion);
117 ret = conti->PostCotinueAbilityTask(appVersion);
408 int32_t appVersion = 0; variable
409 int32_t ret = conti->ExecuteContinueAbility(appVersion);
645 int32_t appVersion = 0; variable
648 int32_t ret = conti->PackReplyCmd(cmd, replyCmd, appVersion, result, "");
652 ret = conti->PackReplyCmd(cmd, replyCmd, appVersion, result, "");
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/
H A Dgwpasan_collector.cpp139 currInfo.appVersion = ""; in ReadGwpAsanRecord()
153 "VERSION", currInfo.appVersion, in ReadGwpAsanRecord()
H A Dgwpasan_collector.h46 std::string appVersion; member
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp266 int32_t DSchedContinue::OnStartCmd(int32_t appVersion) in OnStartCmd() argument
269 return PostCotinueAbilityTask(appVersion); in OnStartCmd()
272 int32_t DSchedContinue::PostCotinueAbilityTask(int32_t appVersion) in PostCotinueAbilityTask() argument
281 auto data = std::make_shared<int32_t>(appVersion); in PostCotinueAbilityTask()
660 int32_t DSchedContinue::ExecuteContinueAbility(int32_t appVersion) in ExecuteContinueAbility() argument
662 HILOGI("ExecuteContinueAbility start, appVersion: %{public}d", appVersion); in ExecuteContinueAbility()
684 continueInfo_.missionId_, appVersion); in ExecuteContinueAbility()
1074 …ue::PackReplyCmd(std::shared_ptr<DSchedContinueReplyCmd> cmd, int32_t replyCmd, int32_t appVersion, in PackReplyCmd() argument
1095 cmd->appVersion_ = appVersion; in PackReplyCmd()
H A Ddsched_continue_event.cpp179 cJSON *appVersion = cJSON_GetObjectItemCaseSensitive(rootValue, "AppVersion"); in Unmarshal() local
180 if (appVersion == nullptr || !cJSON_IsNumber(appVersion)) { in Unmarshal()
184 appVersion_ = appVersion->valueint; in Unmarshal()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DXperfEvt.h79 std::string appVersion{""};
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.cpp312 …const uint32_t appVersion = VK_MAKE_VERSION(appInfo.versionMajor, appInfo.versionMinor, appInfo.ve… in CreateInstance() local
317 appVersion, // applicationVersion in CreateInstance()