Searched defs:AttachContext (Results 1 – 5 of 5) sorted by relevance
50 struct AttachContext : public AsyncCall::Context { struct56 AttachContext() : Context(nullptr, nullptr) {}; in AttachContext() argument57 …AttachContext(InputAction input, OutputAction output) : Context(std::move(input), std::move(output… in AttachContext() function59 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()64 napi_status operator()(napi_env env, napi_value *result) override in operator()
123 struct AttachContext : public AsyncCall::Context { struct124 std::string gid;125 std::vector<std::string> tids;
36 int32_t ArkNativeImageAdapterWrapper::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::ArkWeb::ArkNativeImageAdapterWrapper
35 int32_t ArkNativeImageAdapterImpl::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::ArkWeb::ArkNativeImageAdapterImpl
42 int32_t NativeImageAdapterImpl::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::NWeb::NativeImageAdapterImpl