Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_mgr_handler.cpp180 CHECK_NULLPTR_RETURN_CODE(want, "AbilityMgrHandler", "invalid argument", EC_FAILURE); in StartAbility()
181 CHECK_NULLPTR_RETURN_CODE(want->element, "AbilityMgrHandler", "invalid argument", EC_FAILURE); in StartAbility()
266 CHECK_NULLPTR_RETURN_CODE(transParam, "AbilityMgrHandler", "invalid argument", EC_FAILURE); in ConnectAbility()
268 CHECK_NULLPTR_RETURN_CODE(want, "AbilityMgrHandler", "invalid argument", EC_FAILURE); in ConnectAbility()
269 CHECK_NULLPTR_RETURN_CODE(want->element, "AbilityMgrHandler", "invalid argument", EC_FAILURE); in ConnectAbility()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundlems_log.h81 #define CHECK_NULLPTR_RETURN_CODE(point, name, fmt, code) \ macro
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/util/
H A Dabilityms_log.h81 #define CHECK_NULLPTR_RETURN_CODE(point, name, fmt, code) \ macro