Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_utils.h80 #define PARAM_CHECK_RETURN(env, condition, message, typeCode, retVal) \ argument
88 #define PARAM_CHECK_RETURN_VOID(env, condition, message, typeCode) \ argument
96 #define RESULT_CHECK_RETURN(env, condition, errCode, message, typeCode, retVal) \ argument
104 #define RESULT_CHECK_RETURN_VOID(env, condition, errCode, message, typeCode) \ argument
132 TypeCode typeCode; member
/base/customization/enterprise_device_management/services/edm_plugin/src/
Dset_domain_account_policy_plugin.cpp44 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
Ddisallow_mobile_data_plugin.cpp48 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
Dset_apn_plugin.cpp47 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
Diptables_rule_plugin.cpp48 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
Dtelephony_call_policy_plugin.cpp53 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
Dmanage_auto_start_apps_plugin.cpp55 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
Dset_watermark_image_plugin.cpp58 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
/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/test/unittest/common_utils/
Dnotification_analytics_util_test.cpp92 int32_t typeCode = 0; variable
/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/src/notification_smart_reminder/
Dsmart_reminder_center.cpp206 int32_t typeCode = reminderFilterContentJson[TYPE_CODE].get<int32_t>(); in ParseReminderFilterContent() local
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
Dnotification_utils.h110 int32_t typeCode; member
/base/notification/distributed_notification_service/frameworks/ets/ani/src/
Dsts_notification_content.cpp1131 ani_double typeCode = 0.0; in UnWarpNotificationLocalLiveViewContent() local
/base/notification/distributed_notification_service/services/ans/src/common/
Dnotification_analytics_util.cpp191 HaMetaMessage& HaMetaMessage::TypeCode(int32_t typeCode) in TypeCode()