Home
last modified time | relevance | path

Searched refs:IsSameClient (Results 1 - 5 of 5) sorted by relevance

/foundation/multimodalinput/input/service/filter/test/
H A Devent_filter_handler_test.cpp322 ASSERT_TRUE(handler.filters_.front().IsSameClient(1, 100)); in HWTEST_F()
323 ASSERT_TRUE(handler.filters_.back().IsSameClient(3, 300)); in HWTEST_F()
347 ASSERT_TRUE(handler.filters_.front().IsSameClient(1, 100)); in HWTEST_F()
348 ASSERT_TRUE(handler.filters_.back().IsSameClient(3, 300)); in HWTEST_F()
393 ASSERT_TRUE(handler.filters_.front().IsSameClient(1, 100)); in HWTEST_F()
394 ASSERT_TRUE(handler.filters_.back().IsSameClient(3, 300)); in HWTEST_F()
420 ASSERT_TRUE(handler.filters_.front().IsSameClient(1, 100)); in HWTEST_F()
421 ASSERT_TRUE(handler.filters_.back().IsSameClient(3, 300)); in HWTEST_F()
/foundation/multimodalinput/input/service/filter/include/
H A Devent_filter_handler.h62 bool IsSameClient(int32_t id, int32_t pid) const { return ((filterId == id) && (clientPid == pid)); } in IsSameClient() function
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dcamera_util.h159 bool IsSameClient(const pid_t& pid, const pid_t& pidCompared);
/foundation/multimodalinput/input/service/filter/src/
H A Devent_filter_handler.cpp131 if (it->IsSameClient(filterId, clientPid)) { in RemoveInputEventFilter()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dcamera_util.cpp338 bool IsSameClient(const pid_t& pid, const pid_t& pidCompared) in IsSameClient() function

Completed in 4 milliseconds