Searched refs:replyCmd (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/src/continue/ |
H A D | dsched_continue.cpp | 303 HILOGI("PostReplyTask called, replyCmd: %{public}d, result: %{public}d, reason: %{public}s", cmd->replyCmd_, in PostReplyTask() 1074 int32_t DSchedContinue::PackReplyCmd(std::shared_ptr<DSchedContinueReplyCmd> cmd, int32_t replyCmd, int32_t appVersion, in PackReplyCmd() argument 1094 cmd->replyCmd_ = replyCmd; in PackReplyCmd() 1337 auto replyCmd = std::make_shared<DSchedContinueReplyCmd>(); in OnDataRecv() local 1338 ret = replyCmd->Unmarshal(jsonStr); in OnDataRecv() 1343 OnReplyCmd(replyCmd); in OnDataRecv()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/ |
H A D | dsched_continue_test.cpp | 651 int32_t replyCmd = 0; in HWTEST_F() local 655 int32_t ret = conti->PackReplyCmd(cmd, replyCmd, appVersion, result, ""); in HWTEST_F() 659 ret = conti->PackReplyCmd(cmd, replyCmd, appVersion, result, ""); in HWTEST_F()
|
Completed in 9 milliseconds