Home
last modified time | relevance | path

Searched refs:enableSecurityMode_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dsecurity_mode_parser_test.cpp169 service_->enableSecurityMode_ = false;
186 service_->enableSecurityMode_ = true;
/ohos5.0/base/inputmethod/imf/services/include/
H A Dinput_method_system_ability.h180 std::atomic<bool> enableSecurityMode_ = false; variable
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp162 if (enableSecurityMode_.load()) { in UpdateUserInfo()
1434 enableSecurityMode_.store(true); in HandleDataShareReady()
1550 if (!enableSecurityMode_.load()) { in GetSecurityMode()