/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | ipc_test_helper.cpp | 95 pid_t pid = INVALID_PID; in GetPidByName() 117 return INVALID_PID; in GetPidByName() 217 if (execPid != INVALID_PID) { in StartExecutable() 228 if (pid != INVALID_PID) { in StopExecutable() 239 if (pid != INVALID_PID) { in StopExecutable() 250 if (pid == INVALID_PID) { in PrepareTestSuite() 256 return (pid != INVALID_PID); in PrepareTestSuite() 286 int pid = INVALID_PID; in StartTestApp() 296 if (pid != INVALID_PID) { in StartTestApp() 302 return (pid != INVALID_PID); in StartTestApp() [all...] |
/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_payload_statistics_unittest.cpp | 26 constexpr int32_t INVALID_PID = -1; member 103 EXPECT_EQ(IPCPayloadStatistics::GetCount(INVALID_PID), 0); in HWTEST_F() 123 EXPECT_EQ(IPCPayloadStatistics::GetCost(INVALID_PID), 0); in HWTEST_F() 144 std::vector<IPCInterfaceInfo> info = IPCPayloadStatistics::GetDescriptorCodes(INVALID_PID); in HWTEST_F() 165 EXPECT_EQ(IPCPayloadStatistics::GetDescriptorCodeCount(INVALID_PID, u"string1", CODE), 0); in HWTEST_F() 209 IPCPayloadCost cost = IPCPayloadStatistics::GetDescriptorCodeCost(INVALID_PID, u"string1", CODE); in HWTEST_F()
|
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_service_test_helper.cpp | 43 pid_t pid = INVALID_PID; in GetPidByName() 60 return INVALID_PID; in GetPidByName() 124 if (pid != INVALID_PID) { in StartExecutable() 141 while (pid == INVALID_PID && res < 10) { // 10:try-time to wait for exe start in StartExecutable() 162 if (pid != INVALID_PID) { in StopExecutable()
|
/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | client_death_handler.cpp | 77 if (pid == INVALID_PID) { in OnDeath() 136 CHKPR(binderClientSrv, INVALID_PID); in FindClientPid() 151 return INVALID_PID; in FindClientPid()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/ |
H A D | trans_udp_negotiation_test.cpp | 39 #define INVALID_PID (-1) macro 210 appInfo->myData.pid = INVALID_PID; in HWTEST_F() 328 newChannel->info.myData.pid = INVALID_PID; in HWTEST_F() 332 TransUdpDeathCallback(g_pkgName, INVALID_PID); in HWTEST_F()
|
/foundation/window/window_manager_lite/interfaces/innerkits/ |
H A D | lite_wm_type.h | 86 const int INVALID_PID = -1; member
|
/foundation/communication/ipc/services/dbinder/test/distributedtest/include/ |
H A D | dbinder_service_test_helper.h | 30 const static int INVALID_PID = -1; variable
|
/foundation/communication/ipc/ipc/test/auxiliary/native/include/ |
H A D | ipc_test_helper.h | 29 const static int INVALID_PID = -1; member
|
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | main.c | 36 #define INVALID_PID (-1) macro
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_inner_manager.h | 76 pid_t pid_ = INVALID_PID;
|
/foundation/multimodalinput/input/service/message_handle/test/ |
H A D | client_death_handler_test.cpp | 202 EXPECT_EQ(clientDeathHdl.FindClientPid(remoteObject), INVALID_PID); in HWTEST_F()
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | define_multimodal.h | 32 inline constexpr int32_t INVALID_PID { -1 };
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_data_service.h | 197 static constexpr pid_t INVALID_PID = -1; member in OHOS::DistributedKv::KvStoreDataService
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_inner_manager_test.cpp | 327 ASSERT_EQ(wim_->GetPid(), INVALID_PID); in HWTEST_F()
|
/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_win.cpp | 50 : id_(INVALID_WINDOW_ID), pid_(INVALID_PID), isShow_(false), config_(config), surface_(nullptr), in LiteWindow()
|
/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | binder_invoker.cpp | 74 static constexpr pid_t INVALID_PID = -1; member 371 if (pid == INVALID_PID) { in GetDBinderCallingPidUid() 399 pid_t pid = INVALID_PID; in TranslateDBinderStub() 400 uid_t uid = INVALID_PID; in TranslateDBinderStub()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_filter_manual_test.cpp | 139 if (pid != INVALID_PID) { in StopExecutable()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | uds_server.cpp | 74 return INVALID_PID; in GetClientPid()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | extension_session.cpp | 160 if (pid == INVALID_PID || uid == INVALID_UID) { in ConnectInner()
|
/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_stub.cpp | 630 int32_t pid = INVALID_PID; in HandleCheckWindowId() 1156 int32_t pid = INVALID_PID; in HandleSkipSnapshotForAppProcess() 1190 int32_t pid = INVALID_PID; in HandleSetProcessWatermark()
|
H A D | scene_session_manager_lite_stub.cpp | 499 int32_t pid = INVALID_PID; in HandleCheckWindowId()
|
/foundation/window/window_manager/previewer/include/ |
H A D | wm_common.h | 375 constexpr int32_t INVALID_PID = -1; member
|
/foundation/distributeddatamgr/pasteboard/services/core/include/ |
H A D | pasteboard_service.h | 343 static constexpr pid_t INVALID_PID = -1; member in OHOS::MiscServices::final
|
/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | uds_server_test.cpp | 222 EXPECT_EQ(pid1, INVALID_PID); in HWTEST_F()
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 552 constexpr int32_t INVALID_PID = -1; member
|