Home
last modified time | relevance | path

Searched refs:strcmp (Results 226 - 250 of 543) sorted by relevance

12345678910>>...22

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_arc_label_unit_test.cpp109 EXPECT_EQ(strcmp(arcLabel_->GetText(), text), 0); in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dinput_edittext_component.cpp53 if (strcmp(type, "password")) { in SetInputType()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/
H A Dcgroup_map.cpp18 #include <cstring> // for strcmp
133 if (!keyString || !strcmp(keyString, "error")) { in LoadSchedPolicyConfig()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_getopt.c39 } else if (!strcmp(argv[optMsg->argvIdx], "--")) { in GetOptCheckInputArg()
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dfile.cpp331 if (strcmp(dirInfo->d_name, ".") == 0 || strcmp(dirInfo->d_name, "..") == 0) { in CreatePartDir()
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/amsthread/
H A Dams_thread.cpp326 if (strcmp(path, record->appPath) == 0 && strcmp(bundleName, record->bundleName) == 0) { in GetAppRecordByInfo()
/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dcache_manager.cpp163 if (strcmp(entryArr_[index].dsc_.path, path) == 0) { in Close()
233 if ((entryArr_[index].dsc_.path != nullptr) && !strcmp(path, entryArr_[index].dsc_.path)) { in GetIndex()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon_handler.cpp222 if ((strcmp(ent->d_name, ".") == 0) || (strcmp(ent->d_name, "..")) == 0) { in MoveFile()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_directory.cpp230 if (!strcmp(directoryEntry->d_name, ".") || !strcmp(directoryEntry->d_name, "..")) {
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/
H A Dmock_heif_hw_decode_flow.cpp102 if (strcmp(dp->d_name, ".") == 0 || strcmp(dp->d_name, "..") == 0) { in FindXpsAndIFrameFile()
/foundation/multimodalinput/input/test/unittest/common/src/
H A Dsystem_info.cpp55 if ((::strcmp(pidFile->d_name, ".") == 0) || (::strcmp(pidFile->d_name, "..") == 0)) { in GetTaskPidFile()
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client.c119 int ret = strcmp(key1->service, key2->service); in SAMGR_CompareSAName()
137 return strcmp(key1->feature, key2->feature); in SAMGR_CompareSAName()
H A Ddefault_client_rpc.c113 int ret = strcmp(key1->service, key2->service); in SAMGR_CompareSAName()
131 return strcmp(key1->feature, key2->feature); in SAMGR_CompareSAName()
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy.cpp119 if (strcmp(dmPkgName, proxy.first.c_str()) != 0) { in ClinetNotifyDeviceTrustedChange()
135 if (strcmp(dmPkgName, proxy.first.c_str()) != 0) { in ClientNotifyHichainProofException()
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_module_manage.c108 if (strcmp(param.argv[0], "wpa_supplicant") == 0) { in WpaThreadMain()
259 if (strcmp(p->szModuleName, moduleName) == 0) { in FindModule()
/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/
H A Dcontext_test.cpp160 EXPECT_TRUE(strcmp(p, "hello") == 0); in HWTEST_F()
171 EXPECT_TRUE(strcmp(p, "hello, welcome") == 0); in HWTEST_F()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/
H A Dcontext_test.cpp158 EXPECT_TRUE(strcmp(p, "hello") == 0); in HWTEST_F()
169 EXPECT_TRUE(strcmp(p, "hello, welcome") == 0); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dtraits_test.cpp188 ASSERT_TRUE(strcmp(*charPtr, "test case") == 0); in HWTEST_F()
209 ASSERT_TRUE(strcmp(*strVal, "test case") == 0); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/directory/
H A Ddirectory_manager.cpp292 if ((strcmp(dirEntry->d_name, ".") == 0) || (strcmp(dirEntry->d_name, "..") == 0)) { in DeleteDirectory()
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_util.cpp149 if (strcmp(entry->d_name, ".") && strcmp(entry->d_name, "..")) { in SmtpfsRemoveDir()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp124 EXPECT_EQ(strcmp(topFrameNodeOne->GetTag().c_str(), TAG_CHILD), 0); in HWTEST_F()
311 EXPECT_EQ(strcmp(topFrameNodeOne->GetTag().c_str(), TAG_CHILD), 0); in HWTEST_F()
391 EXPECT_EQ(strcmp(topFrameNodeOne->GetTag().c_str(), TAG_CHILD), 0); in HWTEST_F()
475 EXPECT_EQ(strcmp(topFrameNodeOne->GetTag().c_str(), TAG_CHILD), 0); in HWTEST_F()
576 EXPECT_EQ(strcmp(topFrameNodeOne->GetTag().c_str(), TAG_CHILD), 0); in HWTEST_F()
693 EXPECT_EQ(strcmp(topFrameNodeOne->GetTag().c_str(), TAG_CHILD), 0); in HWTEST_F()
837 EXPECT_EQ(strcmp(topFrameNodeOne->GetTag().c_str(), TAG_CHILD), 0); in HWTEST_F()
944 EXPECT_EQ(strcmp(topFrameNodeOne->GetTag().c_str(), TAG_CHILD), 0); in HWTEST_F()
1053 EXPECT_EQ(strcmp(topFrameNodeOne->GetTag().c_str(), TAG_CHILD), 0); in HWTEST_F()
1149 EXPECT_EQ(strcmp(topFrameNodeOn in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_parser.cpp166 if (strcmp(when, GRANTTIME_INUSE) == 0) { in SetReqPermission()
168 } else if (strcmp(when, GRANTTIME_ALWAYS) == 0) { in SetReqPermission()
431 bool result = ((strcmp(bundleProfile.moduleInfo.moduleType, MODULE_ENTRY) == 0) || in ParseModuleInfo()
432 (strcmp(bundleProfile.moduleInfo.moduleType, MODULE_FEATURE) == 0)); in ParseModuleInfo()
476 if (item->valuestring != nullptr && strcmp(item->valuestring, DEFAULT_DEVICE_TYPE) == 0) { in ParseDeviceType()
567 if (strcmp(deviceCapName.name, sysCaps[sysIndex]) == 0) { in CheckAbilityCapIsValid()
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dnet2_test.cpp135 ASSERT_EQ(expectNum, strcmp(mimeType, OH_AVCODEC_MIMETYPE_VIDEO_VVC)); in CheckVideoKey()
146 ASSERT_EQ(0, strcmp(language, "und")); in CheckVideoKey()
187 ASSERT_EQ(expectNum, strcmp(mimeType, OH_AVCODEC_MIMETYPE_AUDIO_AAC)); in CheckAudioKey()
189 ASSERT_EQ(expectNum, strcmp(language, "eng")); in CheckAudioKey()
214 ASSERT_EQ(expectNum, strcmp(mimeType, OH_AVCODEC_MIMETYPE_VIDEO_VVC)); in CheckAudioKeyVVC()
225 ASSERT_EQ(expectNum, strcmp(language, "und")); in CheckAudioKeyVVC()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
H A Dsoftbus_adapter.c555 strcmp(g_discoveryCallbackMap.pkgName, pkgName) != 0) { in StopSoftbusRefreshLNN()
636 if (g_stateCallbackMap[i].valid && strcmp(g_stateCallbackMap[i].pkgName, pkgName) == 0) { in DeletePkgNameFromStateMap()
649 if (g_stateCallbackMap[i].valid && strcmp(g_stateCallbackMap[i].pkgName, pkgName) == 0) { in ImportPkgNameToStateMap()
712 if (strcmp(g_devIdMap[i].networkId, networkId) != 0) { in GetDeviceIdByNetworkId()
775 if (g_deviceIdAddrMap[i].valid && strcmp(g_deviceIdAddrMap[i].deviceId, deviceId) == 0) { in ImportDeviceToAddrMap()
806 if (g_deviceIdAddrMap[i].valid && strcmp(g_deviceIdAddrMap[i].deviceId, deviceId) == 0) { in GetConnAddrByDeviceId()
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp379 if ((strcmp(entry->d_name, ".") == 0) || (strcmp(entry->d_name, "..") == 0)) { in GetPathWildCard()
395 if ((strcmp(entry->d_name, ".") == 0) || (strcmp(entry->d_name, "..") == 0)) { in GetPathWildCard()
686 if ((strcmp(entry->d_name, ".") == 0) || (strcmp(entry->d_name, "..") == 0)) { in GetIncludesFileStats()

Completed in 19 milliseconds

12345678910>>...22