Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
H A Dsocket.h32 void SetCredential(struct ucred& cred);
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dseq_packet_socket_server.cpp69 handler->SetCredential(cred); in AcceptingLoop()
H A Dsocket.cpp33 void Socket::SetCredential(struct ucred& cred) in SetCredential() function in OHOS::HiviewDFX::Socket
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account.h70 static napi_value SetCredential(napi_env env, napi_callback_info cbInfo);
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp77 DECLARE_NAPI_FUNCTION("setCredential", SetCredential),
478 napi_value NapiAppAccount::SetCredential(napi_env env, napi_callback_info cbInfo) in SetCredential() function in OHOS::AccountJsKit::NapiAppAccount