Home
last modified time | relevance | path

Searched refs:g_systemPasteboard_instance (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dsystem_pasteboard_impl.cpp25 static sptr<SystemPasteboardImpl> g_systemPasteboard_instance = nullptr; variable
42 if (g_systemPasteboard_instance != nullptr) { in NewInstance()
43 instance = g_systemPasteboard_instance; in NewInstance()
46 g_systemPasteboard_instance = FFI::FFIData::Create<SystemPasteboardImpl>(); in NewInstance()
47 instance = g_systemPasteboard_instance; in NewInstance()
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_systempasteboard.cpp33 static thread_local napi_ref g_systemPasteboard_instance = nullptr; variable
1104 if (g_systemPasteboard_instance != nullptr) { in NewInstance()
1105 status = napi_get_reference_value(env, g_systemPasteboard_instance, &instance); in NewInstance()
1125 napi_create_reference(env, instance, 1, &g_systemPasteboard_instance); in NewInstance()