Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
DuserIAMuserAuth.js112 for (let localCallback of userAuth.subscribeTipSet.values()) {
162 userAuth.subscribeTipSet.add(callback);
163 if (userAuth.subscribeToTip) {
169 userAuth.subscribeToTip = true;
182 userAuth.subscribeTipSet.delete(optCallback);
184 userAuth.subscribeTipSet.clear();
187 if (!userAuth.subscribeToTip) {
192 if (userAuth.subscribeTipSet.size !== 0) {
198 userAuth.subscribeToTip = false;
203 var userAuth = { variable
[all …]
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_userIAM_userAuth.js134 const userAuth = { variable
236 return userAuth;
/third_party/jsframework/runtime/main/extend/systemplugin/
DuserIAM.js34 global.systemplugin.userIAM.userAuth = {