Searched refs:IntentionService (Results 1 - 2 of 2) sorted by relevance
/foundation/multimodalinput/input/intention/services/intention_service/src/ |
H A D | intention_service.cpp | 24 #define LOG_TAG "IntentionService" 30 IntentionService::IntentionService(IContext *context) in IntentionService() function in OHOS::Msdp::DeviceStatus::IntentionService 34 int32_t IntentionService::Enable(Intention intention, MessageParcel &data, MessageParcel &reply) in Enable() 55 int32_t IntentionService::Disable(Intention intention, MessageParcel &data, MessageParcel &reply) in Disable() 76 int32_t IntentionService::Start(Intention intention, MessageParcel &data, MessageParcel &reply) in Start() 97 int32_t IntentionService::Stop(Intention intention, MessageParcel &data, MessageParcel &reply) in Stop() 118 int32_t IntentionService::AddWatch(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) in AddWatch() 139 int32_t IntentionService::RemoveWatch(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) in RemoveWatch() 160 int32_t IntentionService [all...] |
/foundation/multimodalinput/input/intention/services/intention_service/include/ |
H A D | intention_service.h | 31 class IntentionService final : public IntentionStub { 33 IntentionService(IContext *context); 34 ~IntentionService() = default; 35 DISALLOW_COPY_AND_MOVE(IntentionService);
|
Completed in 2 milliseconds