Home
last modified time | relevance | path

Searched refs:strcmp (Results 301 - 325 of 543) sorted by relevance

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

/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_test.cpp679 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 Dclient_trans_session_service_test.cpp398 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 Djsi_engine.cpp450 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 Dstring.cpp196 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 Dapp_recovery.cpp485 if (strcmp(ptr->d_name, ".") == 0 || strcmp(ptr->d_name, "..") == 0) { in GetMissionIds()
/foundation/arkui/ace_engine/interfaces/napi/kits/display_sync/
H A Djs_display_sync.cpp71 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 Dfile_path.cpp405 if ((strcmp(ptr->d_name, kCurrentDirectory) == 0) || (strcmp(ptr->d_name, kParentDirectory) == 0)) { in GetZipAllDirFiles()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_button_unit_test.cpp89 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 Dui_label_unit_test.cpp103 EXPECT_EQ(strcmp(text0, text), 0); in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcamera_component.cpp429 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 Dswiper_tdd_test.cpp467 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 Dui_picker.cpp388 if (strcmp(name, backgroundFontName_) == 0 && size == backgroundFontSize_) { in SetBackgroundFont()
399 if (strcmp(name, highlightFontName_) == 0 && size == highlightFontSize_) { in SetHighlightFont()
H A Dui_radio_button.cpp160 if ((uiRadioButtonInfo->GetName() != nullptr) && (strcmp(uiRadioButtonInfo->GetName(), name_) == 0)) { in FindRadioButtonAndChangeState()
/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedia_privacy_manager.cpp160 (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 Dsamgr_small_ipc_adapter.c130 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 Djs_watcher.cpp118 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 Drd_statement.cpp336 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 Djs_test_buffer_napi.cpp32 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 Ddfx_module.cpp237 if (!strcmp(eventType, "point")) { in DumpDomTree()
/foundation/arkui/napi/native_engine/
H A Dnative_async_work.cpp64 if (ret > 0 && strcmp(napiTraceIdEnabled, "true") == 0) {
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_fraction.cpp66 if (strcmp(key, ANIMATION_SCALE_NAME) != 0) { in OnAnimationScaleChangedCallback()
/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dmain.cpp192 if (strcmp(PARAM_PREFIX_M, argv[i]) == 0) { in InitMallopt()
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dservice.c34 impl->features = VECTOR_Make((VECTOR_Key)GetFeatureName, (VECTOR_Compare)strcmp); in SAMGR_CreateServiceImpl()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_common_test.cpp85 EXPECT_EQ(0, strcmp(oldFirstFileName, g_fileSet1[0])); in HWTEST_F()
/foundation/communication/dsoftbus/core/common/security/permission/standard/
H A Daccess_control.cpp115 if (strcmp(mySessionName, peerSessionName) != 0) { in CheckSecLevelPublic()

Completed in 43 milliseconds

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