Home
last modified time | relevance | path

Searched refs:paramNameCp (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_stub.c343 const char *paramNameCp = HdfSbufReadString(data); in SerStubGetExtensionIndex() local
344 if (paramNameCp == NULL) { in SerStubGetExtensionIndex()
348 paramName = strdup(paramNameCp); in SerStubGetExtensionIndex()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/cpp_target/codec/v1_0/
H A Dcodec_component_stub.cpp.txt479 const char* paramNameCp = codecComponentData.ReadCString();
480 if (paramNameCp == nullptr) {
484 std::string paramName = paramNameCp;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/
H A Dcodec_component_stub.cpp.txt479 const char* paramNameCp = codecComponentData.ReadCString();
480 if (paramNameCp == nullptr) {
484 std::string paramName = paramNameCp;