Home
last modified time | relevance | path

Searched defs:typeCode (Results 1 – 10 of 10) sorted by relevance

/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_utils.h76 #define PARAM_CHECK_RETURN(env, condition, message, typeCode, retVal) \ argument
84 #define PARAM_CHECK_RETURN_VOID(env, condition, message, typeCode) \ argument
92 #define RESULT_CHECK_RETURN(env, condition, errCode, message, typeCode, retVal) \ argument
100 #define RESULT_CHECK_RETURN_VOID(env, condition, errCode, message, typeCode) \ argument
128 TypeCode typeCode; member
/base/customization/enterprise_device_management/services/edm_plugin/src/
Duser_cert_plugin.cpp45 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
Ddisallowed_usb_devices_plugin.cpp44 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
Dpower_policy_plugin.cpp46 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
Dusb_read_only_plugin.cpp51 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
Diptables_rule_plugin.cpp47 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_local_live_view_content_test.cpp38 int32_t typeCode = 1; variable
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
Dmock_notification_analytics_util.cpp73 HaMetaMessage& HaMetaMessage::TypeCode(int32_t typeCode) in TypeCode()
/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
Dsmart_reminder_center.cpp197 int32_t typeCode = reminderFilterContentJson[TYPE_CODE].get<int32_t>(); in ParseReminderFilterContent() local
/base/notification/distributed_notification_service/services/ans/src/common/
Dnotification_analytics_util.cpp141 HaMetaMessage& HaMetaMessage::TypeCode(int32_t typeCode) in TypeCode()