Searched refs:target1 (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | client_bus_center_manager_test.cpp | 93 ConnectionAddr target1; in HWTEST_F() local 94 (void)memset_s(&target1, sizeof(ConnectionAddr), 0, sizeof(ConnectionAddr)); in HWTEST_F() 95 target1.type = CONNECTION_ADDR_BR; in HWTEST_F() 96 (void)strcpy_s(target1.info.br.brMac, BT_MAC_LEN, NODE1_BR_MAC); in HWTEST_F() 97 (void)strcpy_s(target1.info.ble.bleMac, BT_MAC_LEN, NODE1_BLE_MAC); in HWTEST_F() 98 (void)strcpy_s(target1.info.ip.ip, IP_STR_MAX_LEN, NODE1_IP); in HWTEST_F() 99 target1.info.ip.port = NODE1_PORT; in HWTEST_F() 100 target1.info.session.sessionId = NODE1_SESSION_ID; in HWTEST_F() 101 target1.info.session.channelId = NODE1_CHANNEL_ID; in HWTEST_F() 102 target1 in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/ |
H A D | eglwrapperdisplay_fuzzer.cpp | 91 NativePixmapType target1 = GetData<NativePixmapType>(); in DoSomethingInterestingWithMyAPI() local 158 eglWrapperDisplay->CopyBuffers(surf3, target1); in DoSomethingInterestingWithMyAPI()
|
/foundation/multimodalinput/input/service/event_dispatch/test/ |
H A D | event_dispatch_test.cpp | 143 TargetInfo target1; in HWTEST_F() local 144 target1.privacyMode = SecureFlag::PRIVACY_MODE; in HWTEST_F() 145 target1.id = 1; in HWTEST_F() 146 target1.agentWindowId = 3; in HWTEST_F() 147 vecTarget.push_back(std::make_pair(1, target1)); in HWTEST_F() 173 TargetInfo target1; in HWTEST_F() local 174 target1.privacyMode = SecureFlag::DEFAULT_MODE; in HWTEST_F() 175 target1.id = 2; in HWTEST_F() 176 target1.agentWindowId = 5; in HWTEST_F() 177 vecTarget.push_back(std::make_pair(1, target1)); in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/pending_want_test/ |
H A D | pending_want_test.cpp | 517 auto target1 = pendingWant.GetTarget(); in HWTEST_F() local 518 EXPECT_EQ(target1, target); in HWTEST_F() 905 auto target1 = pendingWant.GetTarget(); in HWTEST_F() local 908 EXPECT_EQ(target1, nullptr); in HWTEST_F() 923 auto target1 = pendingWant.GetTarget(); in HWTEST_F() local 924 EXPECT_EQ(target1, target); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm_test.cpp | 127 ConnectionAddr *target1 = nullptr; in HWTEST_F() local 128 LnnConnectionFsm *fsm = LnnCreateConnectionFsm(target1, "pkgName", true); in HWTEST_F()
|
Completed in 7 milliseconds