Home
last modified time | relevance | path

Searched defs:focusedPid (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/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()
/ohos5.0/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) over… in IsFocused()