Searched refs:FAULT_API_VERSION (Results 1 - 1 of 1) sorted by relevance
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_callback.cpp | 40 int32_t FAULT_API_VERSION = -1; member 1448 CHECK_AND_RETURN_RET_LOG(samgr != nullptr, FAULT_API_VERSION, "Get ability manager failed"); in GetApiversion() 1451 CHECK_AND_RETURN_RET_LOG(object != nullptr, FAULT_API_VERSION, "object is NULL."); in GetApiversion() 1454 CHECK_AND_RETURN_RET_LOG(bms != nullptr, FAULT_API_VERSION, "bundle manager service is NULL."); in GetApiversion() 1458 CHECK_AND_RETURN_RET_LOG(result == ERR_OK, FAULT_API_VERSION, "Error GetBundleNameForUid fail."); in GetApiversion() 1463 CHECK_AND_RETURN_RET_LOG(applicationResult == true, FAULT_API_VERSION, "Error GetApplicationInfo fail."); in GetApiversion()
|
Completed in 3 milliseconds