/ohos5.0/base/msdp/device_status/rust/ipc/service/src/ |
H A D | lib.rs | 57 …fn stop(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel<'… in stop() 149 fn send_request(&self, action: CommonAction, intention: Intention, id: u32, in send_request() 180 fn enable(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, in enable() 186 fn disable(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, in disable() 192 fn start(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, in start() 198 fn stop(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, in stop() 204 fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in add_watch() 210 fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in remove_watch() 216 fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in set_param() 222 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in get_param() [all …]
|
H A D | identity.rs | 56 pub fn compose_param_id(action: CommonAction, intention: Intention, param: u32) -> u32 in compose_param_id() 70 pub fn split_intention(code: u32) -> FusionResult<Intention> in split_intention()
|
/ohos5.0/base/msdp/device_status/rust/ipc/client/src/ |
H A D | lib.rs | 81 pub fn enable(&self, intention: Intention, data: &dyn Serialize, in enable() 104 pub fn disable(&self, intention: Intention, data: &dyn Serialize, in disable() 127 pub fn start(&self, intention: Intention, data: &dyn Serialize, in start() 150 pub fn stop(&self, intention: Intention, data: &dyn Serialize, in stop() 175 pub fn add_watch(&self, intention: Intention, id: u32, data: &dyn Serialize, in add_watch() 198 pub fn remove_watch(&self, intention: Intention, id: u32, data: &dyn Serialize, in remove_watch() 223 pub fn set_param(&self, intention: Intention, id: u32, data: &dyn Serialize, in set_param() 247 pub fn get_param(&self, intention: Intention, id: u32, data: &dyn Serialize, in get_param() 272 pub fn control(&self, intention: Intention, id: u32, data: &dyn Serialize, in control()
|
/ohos5.0/base/msdp/device_status/rust/ipc/server/src/ |
H A D | fusion_ipc_delegator.rs | 95 fn enable(&self, intention: Intention, data: &BorrowedMsgParcel, in enable() 106 fn disable(&self, intention: Intention, data: &BorrowedMsgParcel, in disable() 117 fn start(&self, intention: Intention, data: &BorrowedMsgParcel, in start() 128 fn stop(&self, intention: Intention, data: &BorrowedMsgParcel, in stop() 139 fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in add_watch() 150 fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in remove_watch() 161 fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in set_param() 172 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in get_param() 183 fn control(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in control()
|
/ohos5.0/base/msdp/device_status/rust/plugin_manager/src/ |
H A D | lib.rs | 64 fn instantiate_loader(&mut self, intention: &Intention) { in instantiate_loader() 142 pub fn unload_plugin(&mut self, intention: Intention) { in unload_plugin()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | udmf_types_util.h | 33 using Intention = UDMF::Intention; variable
|
/ohos5.0/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | intention_identity.h | 39 enum class Intention : uint32_t { enum
|
/ohos5.0/base/msdp/device_status/intention/prototype/include/ |
H A D | intention_identity.h | 39 enum class Intention : uint32_t { enum
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-unifiedDataChannel.md | 867 ## Intention section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-unifiedDataChannel.md | 867 ## Intention section
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/ |
H A D | unified_meta.h | 562 enum Intention : int32_t { enum
|