Home
last modified time | relevance | path

Searched refs:secMode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Djson_operate_test.cpp172 auto secMode = SecurityModeParser::GetInstance()->fullModeList_; variable
173 ASSERT_EQ(secMode.size(), 2);
174 EXPECT_EQ(secMode[0], "testIme");
175 EXPECT_EQ(secMode[1], "testIme3");
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_def.h246 GAP_SecurityMode secMode; member
H A Dgap_br_sec.c514 GAP_SecurityMode *secMode = GapGetSecurityMode(); in GAP_SetSecurityMode() local
515 *secMode = mode; in GAP_SetSecurityMode()
H A Dgap.c300 return &g_gapMng.bredr.secMode; in GapGetSecurityMode()