Searched refs:jsCrossDevice (Results 1 - 2 of 2) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | unified_data_channel_napi.cpp | 288 napi_value jsCrossDevice; in CreateShareOptions() local 289 NapiDataUtils::SetValue(env, static_cast<int32_t>(ShareOptions::CROSS_APP), jsCrossDevice); in CreateShareOptions() 290 NAPI_CALL(env, napi_set_named_property(env, jsShareOptions, "CROSS_APP", jsCrossDevice)); in CreateShareOptions()
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | napi_pasteboard.cpp | 282 napi_value jsCrossDevice = CreateNapiNumber(env, static_cast<int32_t>(ShareOption::CrossDevice)); in JScreateShareOption() local 283 NAPI_CALL(env, napi_set_named_property(env, jsShareOption, "CrossDevice", jsCrossDevice)); in JScreateShareOption() 284 NAPI_CALL(env, napi_set_named_property(env, jsShareOption, "CROSSDEVICE", jsCrossDevice)); in JScreateShareOption()
|
Completed in 3 milliseconds