Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/include/
H A Dnative_devicemanager_js.h50 struct CredentialAsyncCallbackInfo { struct
369 …static void CallCredentialAsyncWork(napi_env env, CredentialAsyncCallbackInfo *creAsyncCallbackInf…
371 CredentialAsyncCallbackInfo *creAsyncCallbackInfo);
404 static CredentialAsyncCallbackInfo creAsyncCallbackInfo_;
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp262 CredentialAsyncCallbackInfo DeviceManagerNapi::creAsyncCallbackInfo_;
1658 CredentialAsyncCallbackInfo *creAsyncCallbackInfo) in CallRequestCreInfoStatus()
1874CredentialAsyncCallbackInfo *creAsyncCallbackInfo = reinterpret_cast<CredentialAsyncCallbackInfo *… in AsyncTaskCallback()
1891CredentialAsyncCallbackInfo *creAsyncCallbackInfo = reinterpret_cast<CredentialAsyncCallbackInfo *… in AsyncAfterTaskCallback()
1897 void DeviceManagerNapi::CallCredentialAsyncWork(napi_env env, CredentialAsyncCallbackInfo *creAsync… in CallCredentialAsyncWork()
2518 auto *creAsyncCallbackInfo = new CredentialAsyncCallbackInfo(); in RequestCredential()