Home
last modified time | relevance | path

Searched defs:typeCode (Results 1 – 13 of 13) 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/
Dset_domain_account_policy_plugin.cpp43 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
Dpower_policy_plugin.cpp50 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
Duser_cert_plugin.cpp77 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
Dmanage_keep_alive_apps_plugin.cpp56 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.cpp48 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.cpp199 int32_t typeCode = reminderFilterContentJson[TYPE_CODE].get<int32_t>(); in ParseReminderFilterContent() local
/base/customization/enterprise_device_management/services/edm/src/persistent_plugin/watermark/
Dset_watermark_image_plugin.cpp60 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
Dnotification_utils.h110 int32_t typeCode; member
/base/notification/distributed_notification_service/services/ans/src/common/
Dnotification_analytics_util.cpp157 HaMetaMessage& HaMetaMessage::TypeCode(int32_t typeCode) in TypeCode()