Searched refs:PackReplyCmd (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/ |
H A D | dsched_continue.h | 185 int32_t PackReplyCmd(std::shared_ptr<DSchedContinueReplyCmd> cmd, int32_t replyCmd, int32_t appVersion,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/ |
H A D | dsched_continue_test.cpp | 635 * @tc.desc: PackReplyCmd 655 int32_t ret = conti->PackReplyCmd(cmd, replyCmd, appVersion, result, ""); in HWTEST_F() 659 ret = conti->PackReplyCmd(cmd, replyCmd, appVersion, result, ""); in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue.cpp | 740 int32_t ret = PackReplyCmd(cmd, DSCHED_CONTINUE_CMD_START, bundleInfo.versionCode, ERR_OK, "ExecuteContinueReply"); in ExecuteContinueReply() 1060 PackReplyCmd(cmd, DSCHED_CONTINUE_CMD_END, 0, result, "ExecuteNotifyComplete"); in ExecuteNotifyComplete() 1074 int32_t DSchedContinue::PackReplyCmd(std::shared_ptr<DSchedContinueReplyCmd> cmd, int32_t replyCmd, int32_t appVersion, in PackReplyCmd() function in OHOS::DistributedSchedule::DSchedContinue
|
Completed in 5 milliseconds