/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.c | 2172 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 D | pixelmap_helper.cpp | 81 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 D | sync_process_delay_test.cpp | 129 int len = strlen(str) + 1; in HWTEST_F()
|
/foundation/ai/ai_engine/test/sample/source/ |
H A D | sample_plugin_2.cpp | 48 sourceData.length = strlen(DEFAULT_PROCESS_STRING) + 1; in ReturnDataCopyOrDefaultData()
|
H A D | sample_plugin_1.cpp | 48 sourceData.length = strlen(DEFAULT_PROCESS_STRING) + 1; in ReturnDataCopyOrDefaultData()
|
/foundation/ability/idl_tool/test/ts/common/ |
H A D | idl_common.h | 139 const int itemSize = strlen(args[i]); in ParameterArgv()
|
/foundation/ability/idl_tool/test/rust/common/ |
H A D | idl_common.h | 139 const int itemSize = strlen(args[i]); in ParameterArgv()
|
/foundation/ability/idl_tool/util/ |
H A D | string_builder.cpp | 53 size_t len = strlen(string); in Append()
|
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | string_builder.cpp | 54 size_t len = strlen(string); in Append()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/util/ |
H A D | abilityms_helper.cpp | 113 int len = strlen(bundleName);
in IsLegalBundleName()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_event_handler.cpp | 38 if (ret > 0 && strncmp(paramOutBuf, hook_mode, strlen(hook_mode)) == 0) { in ProcessEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | mask.h | 54 start += std::strlen("url("); in SetMaskImage()
|
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/entry/ |
H A D | child_widget.cpp | 113 if (path == nullptr || (strlen(path) == 0)) {
in StartApp()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
H A D | app_style_item.h | 115 return (styleValue_.string != nullptr) ? strlen(styleValue_.string) : 0; in GetStrValueLen()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | localization_module.cpp | 101 "GetValueByKey failed: the final result error, keyLen[%{public}d]", strlen(param)); in GetValueByKey()
|
/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | base_test.cpp | 143 componentNameId_ = KeyParser::ParseKeyId(tarComponentName, strlen(tarComponentName)); in SetCompnentNameId()
|
/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | ui_screenshot.cpp | 157 uint32_t pathLength = strlen(srcPath); in ScreenshotToFile()
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/ |
H A D | audio_blendmode_test.cpp | 73 if ((strlen(inputPath) > PATH_MAX) || (realpath(inputPath, path) == nullptr)) { in StartRendererPlayback()
|
/foundation/multimedia/audio_framework/services/audio_service/test/example/ |
H A D | audio_hdi_device_test.cpp | 139 if ((strlen(inputPath) > PATH_MAX) || (realpath(inputPath, path) == nullptr)) { in TestPlayback()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_background_thread.cpp | 122 auto size = glesVersion ? strlen(glesVersion) : 0;
in CreateShareGPUContext()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/ |
H A D | rs_overdraw_controller.cpp | 98 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 D | system_sound_vibrator.cpp | 82 CHECK_AND_RETURN_RET_LOG((strlen(hapticUri.c_str()) < PATH_MAX) && in StartVibratorForSystemTone()
|
/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | get_device_node.cpp | 122 startPos = item.find("=") + strlen("N:"); in AnalyseDevices()
|
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | osattr_manager.h | 76 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 D | remote_register_rpc.c | 60 RegisterRemoteProxy(saNameStr, strlen(saNameStr), saNode->saId);
in SAMGR_RegisterServiceApi()
|