/ohos5.0/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsetcallbackshdi_fuzzer/ |
H A D | codecsetcallbacks_fuzzer.cpp | 33 int32_t ret = g_component->SetCallbacks(g_callback, static_cast<int64_t >(*data)); in CodecSetCallbacks()
|
/ohos5.0/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecsetcallbacksomx_fuzzer/ |
H A D | codecsetcallbacks_fuzzer.cpp | 29 … int32_t ret = g_component->SetCallbacks(g_component, g_callback, static_cast<int64_t >(*data)); in CodecSetCallbacks()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_node_adapter_bridge.h | 25 static ArkUINativeModuleValue SetCallbacks(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | interface_i_codec_component_v10.md | 50 | [SetCallbacks](#setcallbacks) ([in] [ICodecCallback](interface_i_codec_callback_v10.md) callbacks… 483 ### SetCallbacks() 486 ICodecComponent::SetCallbacks ([in] ICodecCallback callbacks, [in] long appData )
|
H A D | interface_i_codec_component_v20.md | 48 | [SetCallbacks](#setcallbacks) ([in] [ICodecCallback](interface_i_codec_callback_v20.md) callbacks… 483 ### SetCallbacks() 486 ICodecComponent::SetCallbacks ([in] ICodecCallback callbacks, [in] long appData )
|
H A D | interface_i_codec_callback_v10.md | 18 - 当组件处于OMX_StateLoaded状态时,通过**SetCallbacks**方法注册回调。
|
H A D | interface_i_codec_callback_v20.md | 18 - 当组件处于OMX_StateLoaded状态时,通过**SetCallbacks**方法注册回调。
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_service.cpp | 221 int32_t CodecComponentService::SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData) in SetCallbacks() function in OHOS::HDI::Codec::V3_0::CodecComponentService 226 return node_->SetCallbacks(callbacks, appData); in SetCallbacks()
|
/ohos5.0/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_if.h | 335 …int32_t (*SetCallbacks)(struct CodecComponentType *self, struct CodecCallbackType *callback, int64… member
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/ |
H A D | codec_component_service.h | 50 int32_t SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData) override;
|
H A D | component_node.h | 60 int32_t SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData);
|
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 537 BENCHMARK_F(CodecBenchmarkOmxTest, SetCallbacks)(benchmark::State &state) in BENCHMARK_F() argument 544 ret = component_->SetCallbacks(callback_, APP_DATA); in BENCHMARK_F() 549 BENCHMARK_REGISTER_F(CodecBenchmarkOmxTest, SetCallbacks)->
|
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/ |
H A D | component_node.h | 69 int32_t SetCallbacks(struct CodecCallbackType *omxCallback, int64_t appData);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/cpp_target/codec/v1_0/ |
H A D | codec_component_service.cpp.txt | 101 int32_t CodecComponentService::SetCallbacks(const sptr<OHOS::HDI::Codec::V1_0::ICodecCallback>& cal…
|
H A D | codec_component_service.h.txt | 64 …int32_t SetCallbacks(const sptr<OHOS::HDI::Codec::V1_0::ICodecCallback>& callbacks, int64_t appDat…
|
H A D | icodec_component.h.txt | 117 …virtual int32_t SetCallbacks(const sptr<OHOS::HDI::Codec::V1_0::ICodecCallback>& callbacks, int64_…
|
H A D | codec_component_proxy.h.txt | 72 …int32_t SetCallbacks(const sptr<OHOS::HDI::Codec::V1_0::ICodecCallback>& callbacks, int64_t appDat…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/ |
H A D | codec_component_service.cpp.txt | 101 int32_t CodecComponentService::SetCallbacks(const sptr<OHOS::HDI::Codec::V2_0::ICodecCallback>& cal…
|
H A D | codec_component_service.h.txt | 64 …int32_t SetCallbacks(const sptr<OHOS::HDI::Codec::V2_0::ICodecCallback>& callbacks, int64_t appDat…
|
H A D | icodec_component.h.txt | 117 …virtual int32_t SetCallbacks(const sptr<OHOS::HDI::Codec::V2_0::ICodecCallback>& callbacks, int64_…
|
H A D | codec_component_proxy.h.txt | 72 …int32_t SetCallbacks(const sptr<OHOS::HDI::Codec::V2_0::ICodecCallback>& callbacks, int64_t appDat…
|
/ohos5.0/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_type_service.c | 294 instance->SetCallbacks = CodecComponentTypeSetCallbacks; in CodecComponentTypeServiceConstruct()
|
H A D | codec_adapter.cpp | 243 return codecNode->node->SetCallbacks(omxCallback, appData); in OmxAdapterSetCallbacks()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/ |
H A D | ui_extension_component_test_ng.cpp | 88 void SetCallbacks(RefPtr<UIExtensionPattern> pattern); 174 void UIExtensionComponentTestNg::SetCallbacks(RefPtr<UIExtensionPattern> pattern) in SetCallbacks() function in OHOS::Ace::NG::UIExtensionComponentTestNg 311 SetCallbacks(pattern);
|
/ohos5.0/drivers/interface/codec/v1_0/ |
H A D | ICodecCallback.idl | 60 * - {@link SetCallbacks} when the component is in the OMX_StateLoaded state.
|