/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
H A D | hks_ecc_verify_mt.cpp | 881 struct HksBlob pubId = { (uint32_t)strlen(PUB_KEY), (uint8_t *)PUB_KEY }; in RunTestCase()
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_child_test.cpp | 287 reinterpret_cast<uint8_t *>(const_cast<char *>(appEnv)), strlen(appEnv) + 1); in HWTEST_F()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_data.c | 347 ret = strlen(readBuf); in GetLinkInformation()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | js_ability.cpp | 1051 napi_create_function(env, "promiseCallback", strlen("promiseCallback"), PromiseCallback, in CallPromise()
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_base.cpp | 923 start += std::strlen("url(#"); in ParseIdFromUrl()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/ |
H A D | js_ui_extension.cpp | 386 napi_create_function(env, "promiseCallback", strlen("promiseCallback"), PromiseCallback, in CallPromise()
|
H A D | js_ui_extension_base.cpp | 362 napi_status createStatus = napi_create_function(env, "promiseCallback", strlen("promiseCallback"), PromiseCallback, in CallPromise()
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_view_unit_test.cpp | 748 EXPECT_EQ(memcmp(view_->GetViewId(), id, strlen(id)), 0); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_util.cpp | 984 if (configPath == nullptr || configPath[0] == '\0' || strlen(configPath) > MAX_PATH_LEN) { in GetNoDisablingConfigPath()
|
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/ |
H A D | jsi_interface_tdd_test.cpp | 752 jerry_eval(reinterpret_cast<const jerry_char_t *>(jerrySrc), strlen(jerrySrc), JERRY_PARSE_NO_OPTS); in JSIInterfaceTest020()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/ |
H A D | date_time_module_tdd_test.cpp | 48 jerry_length_t len = strlen(js); in RunJs()
|
/foundation/multimedia/audio_framework/services/audio_service/test/example/ |
H A D | audio_process_client_test.cpp | 747 if ((strlen(g_spkfilePath.c_str()) > PATH_MAX) || (realpath(g_spkfilePath.c_str(), path) == nullptr)) { in OpenSpkFile()
|
/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_shortcut_manager.cpp | 907 if ((cfgPath == nullptr) || (cfgPath[0] == '\0') || (strlen(cfgPath) > MAX_PATH_LEN)) { in LoadHotkeys()
|
/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | local_ability_manager.cpp | 926 if (strlen(buffer) == 0) { in FfrtDumperProc()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_sync_info_manager.c | 1194 dataInfo->len = strlen(msg) + 1; in FillAuthdataInfo()
|
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_distributed_test.cpp | 112 int ret = SendMessage(AGENT_NO::ONE, msg, strlen(msg.c_str()), [&](const std::string &retId, int retLen) -> bool { in GetRemoteDeviceId()
|
/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_connection.c | 674 int32_t serverId = g_sppDriver->OpenSppServer(name, (int32_t)strlen(name), UUID, 0); in CheckBrServerStateAndOpenSppServer()
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/ |
H A D | bus_center_server_proxy_standard.cpp | 888 if (strncpy_s(metaNodeId, NETWORK_ID_BUF_LEN, retBuf, strlen(retBuf)) != EOK) { in ActiveMetaNode()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/ |
H A D | wifi_hal_wpa_p2p_test.cpp | 131 EXPECT_TRUE(strlen(address) == 0); in HWTEST_F()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_util.c | 208 unsigned len = strlen(str); in HexStringToString()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/ |
H A D | histreamer_ability_querier.cpp | 78 strlen(cJSON_GetStringValue(keyObj)) <= MAX_MESSAGES_LEN; in IsString()
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/ |
H A D | softbus_ble_gatt.c | 739 btUuid->uuidLen = (unsigned char)strlen(btUuid->uuid); in SetBtUuidByBroadCastType()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | callbacks.c | 284 Description : Adp function if user has not registered the callback for strlen 298 return (FILLP_UINT32)strlen(str); in FillpStrLen()
|
/third_party/curl/tests/libtest/ |
H A D | lib1560.c | 80 n = strlen(bufp); in checkparts()
|
/third_party/f2fs-tools/fsck/ |
H A D | dict.c | 1240 int sz = strlen(str) + 1; in dupstring()
|