/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | common.c | 591 strlen(node_name))) in rkispp_is_reg_withstream_local()
|
/device/soc/rockchip/rk3588/kernel/net/rfkill/ |
H A D | rfkill-wlan.c | 561 if (strings && strlen(strings) < 64) in wlan_platdata_parse_dt()
|
/drivers/hdf_core/framework/model/camera/dispatch/src/ |
H A D | camera_dispatch.c | 99 ret = GetCameraId(deviceName, strlen(deviceName), &camId); in CameraOpenCamera()
|
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/ |
H A D | audio_proxy_adapter.cpp | 294 uint32_t adapterNameLen = strlen(hwAdapter->adapterDescriptor.adapterName); in AudioProxyAdapterCreateRenderSplit()
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_adapter.cpp | 371 uint32_t adapterNameLen = strlen(hwAdapter->adapterDescriptor.adapterName); in AudioAdapterCreateRenderPre()
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | component_node.cpp | 241 size_t omxRoleLen = strlen(reinterpret_cast<const char *>(omxRole)); in ComponentRoleEnum()
|
/drivers/peripheral/input/hal/src/ |
H A D | input_controller.c | 60 if (strncpy_s(buf, length, tempStr, strlen(tempStr)) == EOK) {
in ReadStrBuf()
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_host_sdk_if_test_io.cpp | 237 uint32_t size = strlen(sendData) + 1; in AcmFillWriteRequest()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/common_napi_utils/ |
H A D | common_napi_utils.cpp | 150 if (napi_create_string_utf8(env, str.c_str(), strlen(str.c_str()), &value) != napi_ok) { in CreateStringUtf8()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_properties.cpp | 164 if (ret <= 0 || strncmp(paramOutBuf, hook_mode, strlen(hook_mode)) != 0) { in IsHookModeEnabled()
|
/foundation/arkui/ace_engine/interfaces/native/event/ |
H A D | drag_and_drop_impl.cpp | 99 auto strLeng = strlen(dragEvent->dataTypes[i]) + 1; in OH_ArkUI_DragEvent_GetDataTypes()
|
/foundation/arkui/napi/test/unittest/jsvm/ |
H A D | test_jsvm.cpp | 143 OH_JSVM_CreateStringUtf8(env, (char*)data, strlen((char*)data), &output); in hello_fn()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_edit_text.cpp | 492 if (inputText_->GetText() != nullptr && strlen(inputText_->GetText()) > 0) { in OnDraw()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_manager_service.cpp | 439 if (*bundleName != nullptr && strlen(*bundleName) > MAX_BUNDLE_NAME_LEN) { in CheckSystemBundleIsValid()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | shader_loader.cpp | 60 return std::strlen(ext) == (fileUri.length() - pos); in HasExtension()
|
/foundation/multimedia/audio_framework/frameworks/native/examples/ |
H A D | pa_stream_test.cpp | 155 if ((strlen(spkFilePath.c_str()) > PATH_MAX) || (realpath(spkFilePath.c_str(), path) == nullptr)) {
in OpenSpkFile()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/ |
H A D | rs_memory_manager.cpp | 503 if (strncmp(str, "Allocated", strlen("Allocated")) == 0) { in DumpMallocStat()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/ |
H A D | image_compressor.cpp | 1418 size_t sourceSize = strlen(g_programSource) + 1; // '\0' occupies 1 bytes in AstcClBuildProgram()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | m3u8.cpp | 49 auto pos = baseUrl.find('/', strlen("https://")); in UriJoin()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | api_test.cpp | 94 if (memcpy_s(g_codecName, sizeof(g_codecName), TMP_CODEC_NAME, strlen(TMP_CODEC_NAME)) != 0) { in SetUpTestCase()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/ |
H A D | media_file_uri_test.cpp | 108 index += strlen("thumbnail"); in GetParamsFromUriTest()
|
/foundation/multimodalinput/input/util/common/src/ |
H A D | util.cpp | 347 int32_t len = strlen(line); in ReadProConfigFile()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/ |
H A D | trans_channel_manager_test.cpp | 559 int32_t ret = TransCloseChannelWithStatistics(1, 1, 1, static_cast<const void *>(data), strlen(data)); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_process.c | 515 msgPara->newNetworkId, strlen(msgPara->newNetworkId)) != EOK) { in ProcessLeaveInvalidConn()
|
/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_trans.c | 193 *outDataLen = strlen(data) + 1; in SerializeByJson()
|