Home
last modified time | relevance | path

Searched defs:messages (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/request/request/services/tests/
H A Dresume.rs42 let messages = agent.pop_task_info(task_id); in sdv_start_resume() localVariable
H A Dstart.rs39 let messages = agent.pop_task_info(task_id); in sdv_start_basic() localVariable
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/fwk/
H A Dplatform_trace.c37 char messages[PLATFORM_TRACE_MSG_MAX_LEN + 1] = {'\0'}; in PlatformTraceAddMsg() local
65 char messages[PLATFORM_TRACE_MSG_MAX_LEN + 1] = {0}; in PlatformTraceAddUintMsg() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dservice_impl.h43 uint16 messages; member
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dcapture_message.cpp158 std::list<MessageGroup> messages = {}; in HandleMessage() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_conversational_content.cpp81 std::string messages = ""; in Dump() local
H A Dnotification_request.cpp2579 auto messages = conversationalContent->GetAllConversationalMessages(); in CheckImageSizeForConverSation() local
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H A Dsidecar.h96 struct MessageDef *messages; member
/ohos5.0/base/request/request/test/rustest/src/
H A Dlib.rs61 messages: Arc<Mutex<HashMap<u32, Vec<MessageInfo>>>>, field
67 let messages = MESSAGES.get_or_init(|| Arc::new(Mutex::new(HashMap::new()))); in new() localVariable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp1422 string messages; in CacheShader() local
1473 string messages; in CacheProgram() local
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp1580 ShortMessage messages; variable
1694 std::vector<ShortMessage> messages; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp389 std::vector<std::shared_ptr<NotificationConversationalMessage>> messages = in SetConversationalMessages() local
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp2099 std::string messages = ""; variable
2126 std::string messages = ""; variable
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_file.cpp674 void SimFile::ProcessSmses(std::string messages) {} in ProcessSmses()