Home
last modified time | relevance | path

Searched refs:AllocTestTokenID (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A DnewIme_switch_test.cpp72 …TddUtil::AllocTestTokenID(true, "ohos.inputMethod.test", { "ohos.permission.CONNECT_IME_ABILITY" }… in SetUpTestCase()
325 …TddUtil::AllocTestTokenID(false, "ohos.inputMethod.test", { "ohos.permission.CONNECT_IME_ABILITY" …
340 TddUtil::SetTestTokenID(TddUtil::AllocTestTokenID(true, "ohos.inputMethod.test", {}));
H A Dime_system_channel_test.cpp56 …TddUtil::AllocTestTokenID(true, "ohos.inputMethod.test", { "ohos.permission.CONNECT_IME_ABILITY" }… in SetUpTestCase()
H A Dinput_method_switch_test.cpp78 TddUtil::SetTestTokenID(TddUtil::AllocTestTokenID(true, "ohos.inputMethod.test", in SetUpTestCase()
H A Dime_proxy_test.cpp148 TddUtil::SetTestTokenID(TddUtil::AllocTestTokenID(true, "ImeProxyTest")); in RegisterImeSettingListener()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H A Dtdd_util.h44 static uint64_t AllocTestTokenID(
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dtdd_util.cpp108 uint64_t TddUtil::AllocTestTokenID( in AllocTestTokenID() function in OHOS::MiscServices::TddUtil
396 windowTokenId_ = AllocTestTokenID(true, "TestWindow", {}); in CreateWindow()