Home
last modified time | relevance | path

Searched refs:strlen (Results 3701 - 3725 of 9177) sorted by relevance

1...<<141142143144145146147148149150>>...368

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c2172 if ((strncmp(pbuf, "reset", strlen("reset")) == 0) || in lpfc_debugfs_lockstat_write()
2173 (strncmp(pbuf, "zero", strlen("zero")) == 0)) { in lpfc_debugfs_lockstat_write()
2624 if ((strncmp(pbuf, "clear", strlen("clear"))) == 0) { in lpfc_debugfs_multixripools_write()
2647 return strlen(pbuf); in lpfc_debugfs_multixripools_write()
2706 if ((strncmp(pbuf, "reset", strlen("reset")) == 0) || in lpfc_debugfs_nvmestat_write()
2707 (strncmp(pbuf, "zero", strlen("zero")) == 0)) { in lpfc_debugfs_nvmestat_write()
2784 if ((strncmp(&mybuf[0], "reset", strlen("reset")) == 0) || in lpfc_debugfs_scsistat_write()
2785 (strncmp(&mybuf[0], "zero", strlen("zero")) == 0)) { in lpfc_debugfs_scsistat_write()
2878 return strlen(pbuf); in lpfc_debugfs_ioktime_write()
2882 return strlen(pbu in lpfc_debugfs_ioktime_write()
[all...]
/applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/entry/src/main/cpp/utils/
H A Dpixelmap_helper.cpp81 Image_MimeType format = { .data = const_cast<char *>(MIME_TYPE_JPEG), .size = strlen(MIME_TYPE_JPEG) }; in CreatePackingOptions()
/foundation/ai/ai_engine/test/performance/delay/sync_process/
H A Dsync_process_delay_test.cpp129 int len = strlen(str) + 1; in HWTEST_F()
/foundation/ai/ai_engine/test/sample/source/
H A Dsample_plugin_2.cpp48 sourceData.length = strlen(DEFAULT_PROCESS_STRING) + 1; in ReturnDataCopyOrDefaultData()
H A Dsample_plugin_1.cpp48 sourceData.length = strlen(DEFAULT_PROCESS_STRING) + 1; in ReturnDataCopyOrDefaultData()
/foundation/ability/idl_tool/test/ts/common/
H A Didl_common.h139 const int itemSize = strlen(args[i]); in ParameterArgv()
/foundation/ability/idl_tool/test/rust/common/
H A Didl_common.h139 const int itemSize = strlen(args[i]); in ParameterArgv()
/foundation/ability/idl_tool/util/
H A Dstring_builder.cpp53 size_t len = strlen(string); in Append()
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_builder.cpp54 size_t len = strlen(string); in Append()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/util/
H A Dabilityms_helper.cpp113 int len = strlen(bundleName); in IsLegalBundleName()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_event_handler.cpp38 if (ret > 0 && strncmp(paramOutBuf, hook_mode, strlen(hook_mode)) == 0) { in ProcessEvent()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dmask.h54 start += std::strlen("url("); in SetMaskImage()
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/entry/
H A Dchild_widget.cpp113 if (path == nullptr || (strlen(path) == 0)) { in StartApp()
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_item.h115 return (styleValue_.string != nullptr) ? strlen(styleValue_.string) : 0; in GetStrValueLen()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dlocalization_module.cpp101 "GetValueByKey failed: the final result error, keyLen[%{public}d]", strlen(param)); in GetValueByKey()
/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbase_test.cpp143 componentNameId_ = KeyParser::ParseKeyId(tarComponentName, strlen(tarComponentName)); in SetCompnentNameId()
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_screenshot.cpp157 uint32_t pathLength = strlen(srcPath); in ScreenshotToFile()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_blendmode_test.cpp73 if ((strlen(inputPath) > PATH_MAX) || (realpath(inputPath, path) == nullptr)) { in StartRendererPlayback()
/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_hdi_device_test.cpp139 if ((strlen(inputPath) > PATH_MAX) || (realpath(inputPath, path) == nullptr)) { in TestPlayback()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_background_thread.cpp122 auto size = glesVersion ? strlen(glesVersion) : 0; in CreateShareGPUContext()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_overdraw_controller.cpp98 if (strncmp(value, SWITCH_ENABLE_TEXT, strlen(SWITCH_ENABLE_TEXT)) == 0) { in SwitchFunction()
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_sound_vibrator/
H A Dsystem_sound_vibrator.cpp82 CHECK_AND_RETURN_RET_LOG((strlen(hapticUri.c_str()) < PATH_MAX) && in StartVibratorForSystemTone()
/foundation/multimodalinput/input/tools/event_inject/src/
H A Dget_device_node.cpp122 startPos = item.find("=") + strlen("N:"); in AnalyseDevices()
/foundation/resourceschedule/ffrt/src/eu/
H A Dosattr_manager.h76 if ((strlen(filename.c_str()) > PATH_MAX_LENS) || (realpath(filename.c_str(), filePath) == nullptr)) { in SetCGroupPara()
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register_rpc.c60 RegisterRemoteProxy(saNameStr, strlen(saNameStr), saNode->saId); in SAMGR_RegisterServiceApi()

Completed in 16 milliseconds

1...<<141142143144145146147148149150>>...368