Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account.h45 static napi_value GetAssociatedDataSync(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account.cpp70 DECLARE_NAPI_FUNCTION("getAssociatedDataSync", GetAssociatedDataSync), in Init()
101 DECLARE_NAPI_FUNCTION("getCustomDataSync", GetAssociatedDataSync), in Init()
1062 napi_value NapiAppAccount::GetAssociatedDataSync(napi_env env, napi_callback_info cbInfo) in GetAssociatedDataSync() function in OHOS::AccountJsKit::NapiAppAccount