Lines Matching defs:service
26 #include "service.h"
39 static const char* GetName(Service* service)
41 (void)service;
45 static BOOL Initialize(Service* service, Identity identity)
47 IMSService* example = reinterpret_cast<IMSService*>(service);
54 static BOOL MessageHandle(Service* service, Request* msg)
57 service->GetName(service), msg->msgId, msg->msgValue, msg->data);
61 static TaskConfig GetTaskConfig(Service* service)
63 (void)service;
88 GRAPHIC_LOGE("regist service failed.");