Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Duser_cert_plugin.cpp45 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
H A Ddisallowed_usb_devices_plugin.cpp44 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
H A Dpower_policy_plugin.cpp46 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
H A Dusb_read_only_plugin.cpp51 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
H A Diptables_rule_plugin.cpp47 uint32_t typeCode = FUNC_TO_OPERATE(funcCode); in OnHandlePolicy() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_local_live_view_content_test.cpp38 int32_t typeCode = 1; variable
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.h69 #define PARAM_CHECK_RETURN(env, condition, message, typeCode, retVal) \ argument
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_notification_analytics_util.cpp73 HaMetaMessage& HaMetaMessage::TypeCode(int32_t typeCode) in TypeCode()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp193 int32_t typeCode = reminderFilterContentJson[TYPE_CODE].get<int32_t>(); in ParseReminderFilterContent() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_sequence_write.cpp1878 int32_t typeCode = 0; in JS_checkWriteArrayBufferArgs() local
1932 int32_t typeCode = 0; in JS_writeArrayBuffer() local
1946 bool NAPI_MessageSequence::JS_writeVectorByTypeCode(int32_t typeCode, in JS_writeVectorByTypeCode()
1995 napi_value typeCode = CreateTypeCodeEnum(env); in Export() local
H A Dnapi_message_sequence_read.cpp1132 int32_t typeCode = 0; in JS_readArrayBuffer() local
1143 int32_t typeCode, in JS_readVectorByTypeCode()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_analytics_util.cpp122 HaMetaMessage& HaMetaMessage::TypeCode(int32_t typeCode) in TypeCode()