193360723Sopenharmony_ci/*
293360723Sopenharmony_ci * Copyright (c) 2020 Huawei Device Co., Ltd.
393360723Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License");
493360723Sopenharmony_ci * you may not use this file except in compliance with the License.
593360723Sopenharmony_ci * You may obtain a copy of the License at
693360723Sopenharmony_ci *
793360723Sopenharmony_ci *     http://www.apache.org/licenses/LICENSE-2.0
893360723Sopenharmony_ci *
993360723Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software
1093360723Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS,
1193360723Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1293360723Sopenharmony_ci * See the License for the specific language governing permissions and
1393360723Sopenharmony_ci * limitations under the License.
1493360723Sopenharmony_ci */
1593360723Sopenharmony_ci
1693360723Sopenharmony_ci#ifndef OHOS_DMSLITE_MSG_HANDLER_H
1793360723Sopenharmony_ci#define OHOS_DMSLITE_MSG_HANDLER_H
1893360723Sopenharmony_ci
1993360723Sopenharmony_ci#include "dmslite_inner_common.h"
2093360723Sopenharmony_ci#include "dmslite_tlv_common.h"
2193360723Sopenharmony_ci
2293360723Sopenharmony_ciint32_t StartAbilityFromRemoteHandler(const TlvNode *tlvHead, StartAbilityCallback onStartAbilityDone);
2393360723Sopenharmony_ciint32_t ReplyMsgHandler(const TlvNode *tlvHead);
2493360723Sopenharmony_ci
2593360723Sopenharmony_ci#endif // OHOS_DMSLITE_MSG_HANDLER_H