Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/include/
H A Dnapi_util.h79 void CreateFailCallBackParams(AsyncContext& context, const std::string& msg, int32_t errorCode);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocator_callback_napi.cpp246 CreateFailCallBackParams(*context, msg, context->errCode); in DoSendErrorCode()
H A Dnapi_util.cpp835 void CreateFailCallBackParams(AsyncContext& context, const std::string& msg, int32_t errorCode) in CreateFailCallBackParams() function