/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_arc_label_unit_test.cpp | 109 EXPECT_EQ(strcmp(arcLabel_->GetText(), text), 0); in HWTEST_F()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | input_edittext_component.cpp | 53 if (strcmp(type, "password")) { in SetInputType()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/ |
H A D | cgroup_map.cpp | 18 #include <cstring> // for strcmp 133 if (!keyString || !strcmp(keyString, "error")) { in LoadSchedPolicyConfig()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_getopt.c | 39 } else if (!strcmp(argv[optMsg->argvIdx], "--")) { in GetOptCheckInputArg()
|
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | file.cpp | 331 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 D | ams_thread.cpp | 326 if (strcmp(path, record->appPath) == 0 && strcmp(bundleName, record->bundleName) == 0) { in GetAppRecordByInfo()
|
/foundation/arkui/ui_lite/frameworks/imgdecode/ |
H A D | cache_manager.cpp | 163 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 D | bundle_daemon_handler.cpp | 222 if ((strcmp(ent->d_name, ".") == 0) || (strcmp(ent->d_name, "..")) == 0) { in MoveFile()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | std_directory.cpp | 230 if (!strcmp(directoryEntry->d_name, ".") || !strcmp(directoryEntry->d_name, "..")) {
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/ |
H A D | mock_heif_hw_decode_flow.cpp | 102 if (strcmp(dp->d_name, ".") == 0 || strcmp(dp->d_name, "..") == 0) { in FindXpsAndIFrameFile()
|
/foundation/multimodalinput/input/test/unittest/common/src/ |
H A D | system_info.cpp | 55 if ((::strcmp(pidFile->d_name, ".") == 0) || (::strcmp(pidFile->d_name, "..") == 0)) { in GetTaskPidFile()
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | default_client.c | 119 int ret = strcmp(key1->service, key2->service);
in SAMGR_CompareSAName() 137 return strcmp(key1->feature, key2->feature);
in SAMGR_CompareSAName()
|
H A D | default_client_rpc.c | 113 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 D | bus_center_client_proxy.cpp | 119 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 D | wifi_hal_module_manage.c | 108 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 D | context_test.cpp | 160 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 D | context_test.cpp | 158 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 D | traits_test.cpp | 188 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 D | directory_manager.cpp | 292 if ((strcmp(dirEntry->d_name, ".") == 0) || (strcmp(dirEntry->d_name, "..") == 0)) { in DeleteDirectory()
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/ |
H A D | mtpfs_util.cpp | 149 if (strcmp(entry->d_name, ".") && strcmp(entry->d_name, "..")) { in SmtpfsRemoveDir()
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 124 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 D | bundle_parser.cpp | 166 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 D | net2_test.cpp | 135 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 D | softbus_adapter.c | 555 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 D | quota_manager.cpp | 379 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()
|