Home
last modified time | relevance | path

Searched defs:SetCallbacks (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_if.h335 …int32_t (*SetCallbacks)(struct CodecComponentType *self, struct CodecCallbackType *callback, int64… member
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp221 int32_t CodecComponentService::SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData) in SetCallbacks() function in OHOS::HDI::Codec::V3_0::CodecComponentService
H A Dcomponent_node.cpp306 int32_t ComponentNode::SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData) in SetCallbacks() function in OHOS::Codec::Omx::ComponentNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_node_adapter_bridge.cpp181 ArkUINativeModuleValue NodeAdapterBridge::SetCallbacks(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCallbacks() function in OHOS::Ace::NG::NodeAdapterBridge
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp195 int32_t ComponentNode::SetCallbacks(struct CodecCallbackType *omxCallback, int64_t appData) in SetCallbacks() function in OHOS::Codec::Omx::ComponentNode
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp537 BENCHMARK_F(CodecBenchmarkOmxTest, SetCallbacks)(benchmark::State &state) in BENCHMARK_F() argument
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
H A Dui_extension_component_test_ng.cpp174 void UIExtensionComponentTestNg::SetCallbacks(RefPtr<UIExtensionPattern> pattern) in SetCallbacks() function in OHOS::Ace::NG::UIExtensionComponentTestNg