Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/identity_checker/src/
H A Didentity_checker_impl.cpp33 bool IdentityCheckerImpl::IsFocused(int64_t callingPid, uint32_t callingTokenId, int64_t focusedPid) in IsFocused() argument
35 int64_t realFocusedPid = focusedPid; in IsFocused()
45 IMSA_HILOGD("focusedPid: %{public}" PRId64 ", pid: %{public}" PRId64 "", realFocusedPid, callingPid); in IsFocused()
/base/inputmethod/imf/services/identity_checker/include/
H A Didentity_checker_impl.h25 bool IsFocused(int64_t callingPid, uint32_t callingTokenId, int64_t focusedPid = INVALID_PID) override;
H A Didentity_checker.h28 virtual bool IsFocused(int64_t callingPid, uint32_t callingTokenId, int64_t focusedPid = INVALID_PID) = 0;
/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H A Didentity_checker_mock.h27 bool IsFocused(int64_t callingPid, uint32_t callingTokenId, int64_t focusedPid = INVALID_PID) override
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Didentity_checker_test.cpp41 bool IsFocused(int64_t callingPid, uint32_t callingTokenId, int64_t focusedPid = INVALID_PID) override

Completed in 3 milliseconds