Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_stub.cpp689 int32_t globalConfigType; in SetGlobalConfigParamStub() local
690 if (!data.ReadInt32(globalConfigType)) { in SetGlobalConfigParamStub()
694 globalConfigParam.type = static_cast<GlobalConfigType>(globalConfigType); in SetGlobalConfigParamStub()