Searched refs:g_callingPid1 (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ipc/ |
H A D | disc_client_on_device_found_test.cpp | 40 constexpr int32_t g_callingPid1 = 1; variable 176 int32_t ret = LnnIpcRefreshLNN(nullptr, g_callingPid1, &g_subscribeInfoCast); 179 ret = LnnIpcRefreshLNN(&g_invalidPkgName[0], g_callingPid1, &g_subscribeInfoCast); 182 ret = LnnIpcRefreshLNN(g_pkgName1.c_str(), g_callingPid1, nullptr); 199 ret = LnnIpcRefreshLNN(g_pkgName1.c_str(), g_callingPid1, &g_subscribeInfoCast); 264 ret = LnnIpcRefreshLNN(g_pkgName1.c_str(), g_callingPid1, &g_subscribeInfoCast); 296 int32_t ret = LnnIpcRefreshLNN(g_pkgName1.c_str(), g_callingPid1, &g_subscribeInfoCast); 318 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 …]
|