/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_test.cpp | 679 ret = strcmp(g_sessionName, sessionName); in HWTEST_F() 705 ret = strcmp(g_deviceId, networkId); in HWTEST_F() 1076 int32_t ret = strcmp(session->info.peerSessionName, sessionParam->peerSessionName); in HWTEST_F() 1078 ret = strcmp(session->info.peerDeviceId, sessionParam->peerDeviceId); in HWTEST_F() 1080 ret = strcmp(session->info.groupId, sessionParam->groupId); in HWTEST_F()
|
H A D | client_trans_session_service_test.cpp | 398 ret = strcmp(g_deviceId, networkId); in HWTEST_F() 424 ret = strcmp(g_sessionName, sessionName); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 450 if (strcmp(keyStr.c_str(), DOM_TEXT_FONT_FAMILY) == 0) { in SetDomStyle() 455 } else if (strcmp(keyStr.c_str(), DOM_ANIMATION_NAME) == 0) { in SetDomStyle() 461 } else if (strcmp(keyStr.c_str(), DOM_TRANSITION_ENTER) == 0) { in SetDomStyle() 465 } else if (strcmp(keyStr.c_str(), DOM_TRANSITION_EXIT) == 0) { in SetDomStyle() 469 } else if (strcmp(keyStr.c_str(), DOM_SHARED_TRANSITION_NAME) == 0) { in SetDomStyle() 2123 if (std::strcmp(methodName.c_str(), "getContext") == 0) { in JsCallComponent() 2130 } else if (std::strcmp(methodName.c_str(), "toDataURL") == 0) { in JsCallComponent() 2136 } else if (std::strcmp(methodName.c_str(), "getBoundingClientRect") == 0) { in JsCallComponent() 2138 } else if (std::strcmp(methodName.c_str(), "getInspector") == 0) { in JsCallComponent() 2140 } else if (std::strcmp(methodNam in JsCallComponent() [all...] |
/foundation/ability/idl_tool/util/ |
H A D | string.cpp | 196 return strcmp(string, string_) == 0; in Equals() 212 return strcmp(string_, other.string_) == 0; in Equals()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/ |
H A D | app_recovery.cpp | 485 if (strcmp(ptr->d_name, ".") == 0 || strcmp(ptr->d_name, "..") == 0) { in GetMissionIds()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/display_sync/ |
H A D | js_display_sync.cpp | 71 env, (strcmp("frame", type) == 0), "type mismatch('frame')", 0); in ParseArgs() 72 if (strcmp("frame", type) == 0) { in ParseArgs()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | file_path.cpp | 405 if ((strcmp(ptr->d_name, kCurrentDirectory) == 0) || (strcmp(ptr->d_name, kParentDirectory) == 0)) { in GetZipAllDirFiles()
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_button_unit_test.cpp | 89 EXPECT_EQ(strcmp(button_->GetCurImageSrc()->GetPath(), BLUE_RGB888_IMAGE_PATH), 0); in HWTEST_F() 96 EXPECT_EQ(strcmp(button_->GetCurImageSrc()->GetPath(), BLUE_RGB565_IMAGE_PATH), 0); in HWTEST_F()
|
H A D | ui_label_unit_test.cpp | 103 EXPECT_EQ(strcmp(text0, text), 0); in HWTEST_F()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | camera_component.cpp | 429 if (strcmp(quality, qualityLow) == 0) { in CaptureFrame() 431 } else if (strcmp(quality, qualityHigh) == 0) { in CaptureFrame()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | swiper_tdd_test.cpp | 467 if (!strcmp(swiperView->GetViewId(), "swiper") && swiperView->IsVisible() == false) { in ComponentSwiperAttributeSetTest019() 472 EXPECT_TRUE((!strcmp(swiperView->GetViewId(), "swiper")) && (swiperView->IsVisible() == false)); in ComponentSwiperAttributeSetTest019()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_picker.cpp | 388 if (strcmp(name, backgroundFontName_) == 0 && size == backgroundFontSize_) { in SetBackgroundFont() 399 if (strcmp(name, highlightFontName_) == 0 && size == highlightFontSize_) { in SetHighlightFont()
|
H A D | ui_radio_button.cpp | 160 if ((uiRadioButtonInfo->GetName() != nullptr) && (strcmp(uiRadioButtonInfo->GetName(), name_) == 0)) { in FindRadioButtonAndChangeState()
|
/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | media_privacy_manager.cpp | 160 (strcmp(mountEntry.mnt_type, fsType.c_str()) == 0) && in CheckFsMounted() 161 (strcmp(mountEntry.mnt_dir, mountPoint.c_str()) == 0)) { in CheckFsMounted()
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | samgr_small_ipc_adapter.c | 130 if (strcmp(registerEpArg->endpoint->name, SAMGR_SERVICE) != 0) {
in Receive() 240 if ((strcmp(router->saName.service, SAMGR_SERVICE) != 0) &&
in HandleIpc()
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/ |
H A D | js_watcher.cpp | 118 if (!strcmp(Constants::CHANGE, type)) {
in Find() 121 if (!strcmp(Constants::STATUS, type)) {
in Find()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rd_statement.cpp | 336 if (!readOnly_ && strcmp(sql_.c_str(), GlobalExpr::PRAGMA_VERSION) == 0) { in Execute() 357 if (readOnly_ && strcmp(sql_.c_str(), GlobalExpr::PRAGMA_VERSION) == 0) { in ExecuteForValue()
|
/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | js_test_buffer_napi.cpp | 32 NAPI_ASSERT_RETURN_VOID(env, data != nullptr && strcmp(static_cast<char*>(data), theText) == 0, "invalid data"); in DeleteTheTextFun()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/ |
H A D | dfx_module.cpp | 237 if (!strcmp(eventType, "point")) { in DumpDomTree()
|
/foundation/arkui/napi/native_engine/ |
H A D | native_async_work.cpp | 64 if (ret > 0 && strcmp(napiTraceIdEnabled, "true") == 0) {
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_animation_fraction.cpp | 66 if (strcmp(key, ANIMATION_SCALE_NAME) != 0) { in OnAnimationScaleChangedCallback()
|
/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | main.cpp | 192 if (strcmp(PARAM_PREFIX_M, argv[i]) == 0) { in InitMallopt()
|
/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | service.c | 34 impl->features = VECTOR_Make((VECTOR_Key)GetFeatureName, (VECTOR_Compare)strcmp);
in SAMGR_CreateServiceImpl()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_file_common_test.cpp | 85 EXPECT_EQ(0, strcmp(oldFirstFileName, g_fileSet1[0])); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/common/security/permission/standard/ |
H A D | access_control.cpp | 115 if (strcmp(mySessionName, peerSessionName) != 0) { in CheckSecLevelPublic()
|