未验证 提交 81cacb96 编写于 作者: O openharmony_ci 提交者: Gitee

!1325 codex

Merge pull request !1325 from cheng_jinsong/codex
......@@ -33,11 +33,12 @@ using namespace std;
using namespace OHOS;
using namespace OHOS::init_param;
void TestParameterChange(const char *key, const char *value, void *context)
static void TestParameterChange(const char *key, const char *value, void *context)
{
printf("TestParameterChange key:%s %s", key, value);
}
void TestWatcherCallBack(const char *key, ServiceStatus status)
static void TestWatcherCallBack(const char *key, ServiceStatus status)
{
printf("TestWatcherCallBack key:%s %d", key, status);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册