Home
last modified time | relevance | path

Searched refs:intention_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_server_test.cpp126 .intention = intention_,
146 .intention = intention_,
166 .intention = intention_,
186 .intention = intention_,
206 .intention = intention_,
229 .intention = intention_,
252 .intention = intention_,
276 .intention = intention_,
298 .intention = intention_,
320 .intention = intention_,
[all …]
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dcooperate_server_test.cpp126 .intention = intention_,
147 .intention = intention_,
168 .intention = intention_,
189 .intention = intention_,
210 .intention = intention_,
234 .intention = intention_,
258 .intention = intention_,
283 .intention = intention_,
305 .intention = intention_,
327 .intention = intention_,
[all …]
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/include/
H A Dintention_service_test.h66 sptr<IntentionService> intention_ { nullptr };
/ohos5.0/base/msdp/device_status/services/native/include/
H A Ddevicestatus_service.h158 sptr<IntentionService> intention_; variable
/ohos5.0/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp103 intention_ = sptr<IntentionService>::MakeSptr(this); in OnStart()
104 if (!Publish(intention_)) { in OnStart()