Searched defs:ClientContext (Results 1 – 2 of 2) sorted by relevance
28 struct ClientContext { struct34 …ClientContext(std::string method, GetNapiParam getNapiParam, napi_async_execute_callback executeFu… in ClientContext() argument45 ~ClientContext() in ~ClientContext() argument50 std::string method_; // 执行的接口名51 BusinessError businessError_;52 int32_t ipcRequestCode_ = 0;54 GetNapiParam getNapiParam_ = nullptr; // napi获取参数57 napi_async_execute_callback executeFunc_; // 异步执行函数58 napi_ref callbackRef_ = nullptr; // callback 回调59 napi_deferred deferred_ = nullptr; // promise deferred对象[all …]
52 …ClientContext() : closeStatus(LWS_CLOSE_STATUS_NOSTATUS), openStatus(0), errorCode(0), closed_(fal… in ClientContext() function