Home
last modified time | relevance | path

Searched defs:OBJECT (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_template.h56 #define HKS_IF_NULL_LOGE_RETURN(OBJECT, ERROR_CODE, LOG_MESSAGE, ...) \ argument
62 #define HKS_IF_NULL_LOGE_RETURN_VOID(OBJECT, LOG_MESSAGE, ...) \ argument
68 #define HKS_IF_NULL_LOGE_BREAK(OBJECT, LOG_MESSAGE, ...) \ argument
74 #define HKS_IF_NULL_RETURN(OBJECT, ERROR_CODE) \ argument
79 #define HKS_IF_NULL_BREAK(OBJECT) \ argument
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Djson_util_form.h31 OBJECT, enumerator
38 OBJECT, enumerator
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Djson_util.h32 OBJECT, enumerator
39 OBJECT, enumerator
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Djson_util.h32 OBJECT, enumerator
39 OBJECT, enumerator
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Djson_util.h33 OBJECT, enumerator
40 OBJECT, enumerator
/ohos5.0/base/account/os_account/interfaces/innerkits/common/include/
H A Diaccount_info.h38 OBJECT, enumerator
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dvision_total_column.h28 const std::string OBJECT = "object"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Djson_util.h31 OBJECT, enumerator
38 OBJECT, enumerator
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_scheme_handler_request.h34 OBJECT, enumerator
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dinner_mission_info.h29 OBJECT, enumerator
H A Dams_configuration_parameter.h62 OBJECT, enumerator
/ohos5.0/base/update/updater/utils/json/
H A Djson_node.h37 enum class NodeType { OBJECT, INT, STRING, ARRAY, BOOL, NUL, UNKNOWN }; enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dref_uri.h66 enum Type { OBJECT, PROPERTY, SPECIAL } type {}; in META_BEGIN_NAMESPACE() enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h66 enum class JSCallbackInfoType { STRING, NUMBER, OBJECT, BOOLEAN, FUNCTION }; enumerator
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h195 OBJECT = 1, enumerator
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h107 OBJECT = 1, enumerator
/ohos5.0/drivers/peripheral/huks/hdi_service/
H A Dhuks_hdi_template.h327 #define HUKS_HDI_IF_NULL_LOGE_RETURN(OBJECT, ERROR_CODE, LOG_MESSAGE, ...) \ argument
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_meta.h70 OBJECT, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js3042 const JSCallbackInfoType = { STRING: 0, NUMBER: 1, OBJECT: 2, BOOLEAN: 3, FUNCTION: 4 }; property in JSCallbackInfoType