Home
last modified time | relevance | path

Searched refs:tempWindowId (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H A Drs_window_animation_manager.cpp146 napi_value tempWindowId = nullptr; in GetWindowId() local
147 napi_get_named_property(env, targetObj, "windowId", &tempWindowId); in GetWindowId()
148 if (errCode == ERR_OK && !ConvertFromJsValue(env, tempWindowId, windowId)) { in GetWindowId()
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp435 static std::atomic<uint32_t> tempWindowId = 0; in Create() local
436 uint32_t windowId = tempWindowId++; // for test in Create()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test3.cpp1414 uint32_t tempWindowId = 3; in HWTEST_F() local
1416 SetArgReferee<1>(tempWindowId), in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1337 static std::atomic<uint32_t> tempWindowId = 0; in Create() local
1338 uint32_t windowId = tempWindowId++; // for test in Create()

Completed in 12 milliseconds