Searched refs:NativeBridgeGetError (Results 1 – 6 of 6) sorted by relevance
33 ASSERT_EQ(nullptr, NativeBridgeGetError()); in TEST_F()
123 const char* NativeBridgeGetError() { in NativeBridgeGetError() function124 static auto f = GET_FUNC_PTR(NativeBridgeGetError); in NativeBridgeGetError()
24 NativeBridgeGetError;
545 const char* NativeBridgeGetError() { in NativeBridgeGetError() function
394 *error_msg = NativeBridgeGetError(); in Create()403 *error_msg = NativeBridgeGetError(); in Create()410 *error_msg = NativeBridgeGetError(); in Create()416 *error_msg = NativeBridgeGetError(); in Create()671 *error_msg = NativeBridgeGetError(); in InitPublicNamespace()879 *error_msg = strdup(NativeBridgeGetError()); in OpenNativeLibrary()893 *error_msg = strdup(NativeBridgeGetError()); in CloseNativeLibrary()927 *error_msg = strdup(NativeBridgeGetError()); in OpenNativeLibraryInNamespace()
111 const char* NativeBridgeGetError();