Searched refs:g_pkgName1 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ipc/ |
H A D | disc_client_on_device_found_test.cpp | 42 const std::string g_pkgName1 = "pkgName1"; variable 182 ret = LnnIpcRefreshLNN(g_pkgName1.c_str(), g_callingPid1, nullptr); 197 EXPECT_CALL(mock, LnnStartDiscDevice(EqStr(g_pkgName1), 199 ret = LnnIpcRefreshLNN(g_pkgName1.c_str(), g_callingPid1, &g_subscribeInfoCast); 264 ret = LnnIpcRefreshLNN(g_pkgName1.c_str(), g_callingPid1, &g_subscribeInfoCast); 270 ret = mock.CallbackOnServerDeviceFound(g_pkgName1.c_str(), nullptr, &g_additions); 273 ret = mock.CallbackOnServerDeviceFound(g_pkgName1.c_str(), &g_deviceInfoCast, nullptr); 296 int32_t ret = LnnIpcRefreshLNN(g_pkgName1.c_str(), g_callingPid1, &g_subscribeInfoCast); 320 ret = LnnIpcRefreshLNN(g_pkgName1.c_str(), g_callingPid1, &g_subscribeInfoCast); 348 ret = LnnIpcRefreshLNN(g_pkgName1.c_str(), g_callingPid1, &g_subscribeInfoOsd); [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/ |
H A D | client_trans_session_impl_test.cpp | 37 std::string g_pkgName1; variable 104 int ret = testSessionServiceImpl.CreateSessionServer(g_pkgName1, g_sessionName1, listern); 148 ret = testSessionServiceImpl.GrantPermission(-1, -1, g_pkgName1); 151 ret = testSessionServiceImpl.GrantPermission(uid, pid, g_pkgName1); 169 ret = testSessionServiceImpl.RemoveSessionServer(g_pkgName1, g_sessionName1);
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | bus_center_sdk_refresh_test.cpp | 30 static const char *g_pkgName1 = "com.softbus.test1"; variable 134 ret = RefreshLNN(g_pkgName1, &g_sInfo3, &g_refreshCb1); 136 ret = StopRefreshLNN(g_pkgName1, g_sInfo3.subscribeId); 324 ret = RefreshLNN(g_pkgName1, &g_sInfo3, &g_refreshCb1); 326 ret = StopRefreshLNN(g_pkgName1, g_sInfo3.subscribeId); 723 ret = RefreshLNN(g_pkgName1, &g_sInfo3, &g_refreshCb1); 725 ret = StopRefreshLNN(g_pkgName1, g_sInfo3.subscribeId);
|
H A D | bus_center_sdk_publish_test.cpp | 34 static const char *g_pkgName1 = "com.softbus.test1"; variable 338 ret = PublishLNN(g_pkgName1, &g_newpInfo1, &g_publishCb); 340 ret = StopPublishLNN(g_pkgName1, g_newpInfo1.publishId);
|