Home
last modified time | relevance | path

Searched defs:customOption (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp953 CustomOption customOption = {.intention = Intention::UD_INTENTION_DRAG}; variable
992 CustomOption customOption = {.intention = Intention::UD_INTENTION_DRAG}; variable
1023 CustomOption customOption = { .intention = Intention::UD_INTENTION_DRAG }; variable
1058 CustomOption customOption = { .intention = Intention::UD_INTENTION_DRAG }; variable
1096 CustomOption customOption = { .intention = Intention::UD_INTENTION_DRAG }; variable
1616 CustomOption customOption = { .intention = Intention::UD_INTENTION_DATA_HUB }; variable
1660 CustomOption customOption = { .intention = Intention::UD_INTENTION_DATA_HUB }; variable
1864 CustomOption customOption = { .intention = UD_INTENTION_DATA_HUB }; variable
1918 CustomOption customOption = { .intention = Intention::UD_INTENTION_DRAG }; variable
1957 CustomOption customOption = { .intention = Intention::UD_INTENTION_DRAG }; variable
[all …]
H A Dudmf_client_system_hap_test.cpp265 CustomOption customOption = { .intention = UD_INTENTION_DRAG }; variable
306 CustomOption customOption = { .intention = UD_INTENTION_DRAG }; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_stub.cpp56 CustomOption customOption; in OnSetData() local