Lines Matching refs:TestService
29 int TestService::Instantiate()
38 sptr<IRemoteObject> newInstance = new TestService();
44 TestService::TestService()
48 TestService::~TestService()
52 ErrCode TestService::TestIntTransaction(int data)
54 ZLOGE(LABEL, " TestService:read from client data = %{public}d", data);
58 ErrCode TestService::TestStringTransaction(const std::string &data)
60 ZLOGE(LABEL, "TestService:read string from client data = %{public}s", data.c_str());