Searched defs:NotifyInfo (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/stylus/ |
H A D | stylus_detector_interface.h | 25 struct NotifyInfo { struct 26 int componentId; 27 int x; 28 int y; 29 std::string bundleName;
|
/ohos5.0/base/request/request/test/rustest/src/ |
H A D | lib.rs | 405 pub struct NotifyInfo { struct 406 notify_type: SubscribeType, 407 state: State, 408 index: u32, 409 processed: u64, 410 total_processed: u64, 411 sizes: Vec<u64>, 412 extras: HashMap<String, String>, 413 action: Action, 414 task_states: Vec<TaskState>,
|