Home
last modified time | relevance | path

Searched refs:strcmp (Results 351 - 375 of 543) sorted by relevance

1...<<11121314151617181920>>...22

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp131 if (strcmp(AceType::TypeName(depthElement), IFELSE_ELEMENT_TAG) == 0) { in DumpElementTree()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dtabs_component.cpp245 if ((tabBarComponent_->GetMode() != nullptr) && !strcmp(tabBarComponent_->GetMode(), TABS_VAL_SCROLL)) { in CalculateBarWidth()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dpicker_view_tdd_test.cpp72 if (!strcmp(componentName, "picker-view")) { in SetCompnentNameId()
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style.cpp139 !strcmp(keyFrom, transitionTransform)) { // transform type, include "translateX, translateY, rotate" in AddKeyFramesItemsInLoop()
/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_file.cpp201 return (strcmp(fontName_, fontName + Offset) == 0); in IsSameFile()
/foundation/arkui/ui_lite/test/autotest/src/
H A Dui_auto_test.cpp62 if ((node->data_.sliceId != nullptr) && (strcmp(id, node->data_.sliceId) == 0)) { in EnterSubMenu()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_resolv_listen.cpp406 if (strcmp(sendData.nameservers[i], publicDnsServer.c_str()) == 0) { in AddPublicDnsServers()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_manager.c237 if ((strcmp(item->appInfo.myData.pkgName, pkgName) == 0) && (item->appInfo.myData.pid == pid)) { in TransTdcDeathCallback()
/foundation/communication/ipc/ipc/test/rpc/socket_trans/src/
H A Drpc_socket_trans.c322 if (family != AF_INET || strcmp(ifa->ifa_name, DEFAULT_NET_INTERFACE) != 0) { in GetSocketLocalDeviceID()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_service.cpp335 if (strcmp(value, "true") == 0) { in DisAllowNetworkShareEventCallback()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_device_state_manager.cpp104 int result = strcmp(info.deviceId, dminfo.deviceId); in HWTEST_F()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_environment/
H A Denvironment_n_exporter.cpp81 if (retSystem > 0 && !std::strcmp(value, "true")) { in CheckFileManagerFullMountEnable()
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dproc_test.cpp201 ASSERT_EQ(0, strcmp(mimeType, OH_AVCODEC_MIMETYPE_AUDIO_G711MU)); in CheckAudioParam()
207 ASSERT_EQ(0, strcmp(mimeType, OH_AVCODEC_MIMETYPE_AUDIO_G711MU)); in CheckAudioParam()
1325 ASSERT_EQ(0, strcmp(stringVal, "bom")); in HWTEST_F()
1348 ASSERT_EQ(0, strcmp(stringVal, "bom")); in HWTEST_F()
1371 ASSERT_EQ(0, strcmp(stringVal, "bom")); in HWTEST_F()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c360 strcmp(info->networkId, info->deviceInfo.deviceUdid) != 0) { in PostPcOnlineUniquely()
1313 if (strcmp(newNodeInfo->networkId, oldNodeInfo->networkId) != 0) { in IsBasicNodeInfoChanged()
1327 if (strcmp(newNodeInfo->uuid, oldNodeInfo->uuid) != 0) { in IsBasicNodeInfoChanged()
1338 if (strcmp(newNodeInfo->softBusVersion, oldNodeInfo->softBusVersion) != 0) { in IsBasicNodeInfoChanged()
1357 if (strcmp(newNodeInfo->connectInfo.deviceIp, oldNodeInfo->connectInfo.deviceIp) != 0) { in IsWifiConnectInfoChanged()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp406 if (strcmp(bundleName.c_str(), strName.substr(posName + 1, posId - posName - 1).c_str()) != 0) { in CheckNormalAppSessionName()
410 if (strcmp(appId.c_str(), strName.substr(posId + 1).c_str()) != 0) { in CheckNormalAppSessionName()
1095 if (strcmp(DB_PACKAGE_NAME, pkgName) != 0) { in RegDataLevelChangeCbInner()
1121 if (strcmp(DB_PACKAGE_NAME, pkgName) != 0) { in UnregDataLevelChangeCbInner()
1590 if (strcmp(DM_PACKAGE_NAME, pkgName) != 0) { in SyncTrustedRelationShipInner()
/foundation/ability/ability_runtime/tools/aa/src/
H A Daccessibility_ability_command.cpp373 if (counter == 1 && strcmp(argv_[optind], cmd_.c_str()) == 0) { in MakeEnableCommandArgumentFromCmd()
1218 if (counter == 1 && strcmp(argv_[optind], cmd_.c_str()) == 0) { in MakeCommandArgumentFromCmd()
1265 if (counter == 1 && strcmp(argv_[optind], cmd_.c_str()) == 0) { in MakeSetCommandArgumentFromCmd()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp386 if (strcmp(language.c_str(), "zh") != 0) { in ParseDateTime()
672 if ((strcmp(language.c_str(), "zh") == 0) && isShortType) { in GetWeek()
698 ((strcmp(Localization::GetInstance()->GetLanguage().c_str(), "zh") == 0))) { in SpliceDateTime()
/foundation/arkui/napi/sample/native_module_storage/
H A Djs_storage.cpp140 if (!strcmp(listeners_[STORAGE_EVENT_CHANGE].type_, type)) { in Find()
142 } else if (!strcmp(listeners_[STORAGE_EVENT_CLEAR].type_, type)) { in Find()
144 } else if (!strcmp(listeners_[STORAGE_EVENT_ERROR].type_, type)) { in Find()
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp367 ((std::strcmp(triggerType, "down") != 0) && (std::strcmp(triggerType, "up") != 0))) { in ReadExceptionalSystemKey()
371 sysKey.triggerType = (std::strcmp(triggerType, "down") == 0 ? in ReadExceptionalSystemKey()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c240 strcmp(msgPara->networkId, delMsgPara->networkId) == 0) { in RemoveCheckDevStatusMsg()
325 strcmp(msgPara->networkId, delMsgPara->networkId) == 0) { in RemoveScreenOffCheckStatus()
754 strcmp(node.networkId, node.deviceInfo.deviceUdid) == 0) { in ProcOfflineWithoutSoftbus()
H A Dlnn_heartbeat_strategy.c235 if (strcmp(callerId, HB_DEFAULT_CALLER_ID) == 0) { in FirstSetGearModeByCallerId()
269 if (strcmp(info->callerId, callerId) != 0) { in LnnSetGearModeBySpecificType()
531 if (strlen(msgPara->callerId) != 0 && strcmp(msgPara->callerId, HB_SUPER_DEVICE_CALLER_ID) == 0) { in SendEachSeparately()
/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp96 if (strcmp(text, text_) == 0) { in SetText()
150 if (strcmp(destName, name) == 0) { in SetFont()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_encoder_demo.cpp542 if (0 == strcmp(mime, "audio/mp4a-latm")) { in CreateByMime()
545 } else if (0 == strcmp(mime, "audio/flac")) { in CreateByMime()
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_decoder_demo.cpp707 if (0 == strcmp(mime, "audio/mp4a-latm")) { in CreateByMime()
709 } else if (0 == strcmp(mime, "audio/flac")) { in CreateByMime()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dothers_clone_restore.cpp335 if (!strcmp(currentFile->d_name, ".") || !strcmp(currentFile->d_name, "..")) { in GetAllfilesInCurrentDir()

Completed in 29 milliseconds

1...<<11121314151617181920>>...22