Home
last modified time | relevance | path

Searched defs:MessageOption (Results 1 – 6 of 6) sorted by relevance

/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/include/callback/
Ddscreen_source_callback_stub.h27 namespace OHOS { class MessageOption; } variable
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ipc/standard/
Dipc_client_stub.h24 namespace OHOS { class MessageOption; } variable
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/include/callback/
Ddcamera_source_callback_stub.h25 namespace OHOS { class MessageOption; } variable
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
Dmessage_option.cpp19 MessageOption::MessageOption(int flags, int waitTime) {} in MessageOption() function in OHOS::MessageOption
/foundation/communication/ipc/ipc/native/src/core/source/
Dmessage_option.cpp20 MessageOption::MessageOption(int flags, int waitTime) : flags_(static_cast<uint32_t>(flags)), waitT… in MessageOption() function in OHOS::MessageOption
/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/
Dipc_skeleton.h41 } MessageOption; typedef