Home
last modified time | relevance | path

Searched defs:newValue (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/src/
Dtimer_event_handler.cpp53 struct itimerspec newValue = {{0, 0}, {0, 0}}; in Initialize() local
/commonlibrary/c_utils/base/include/
Dunique_fd.h281 void Reset(int newValue) in Reset()
Dsafe_map.h157 bool FindOldAndSetNew(const K& key, V& oldValue, const V& newValue) in FindOldAndSetNew()
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_event_test.cpp260 struct itimerspec newValue = {{0, 0}, {0, 0}}; in Initialize() local
839 struct itimerspec newValue = {{0, 0}, {0, 0}}; in Initialize() local
/commonlibrary/ets_utils/js_api_module/url/test/
Dtest_napi.cpp1895 napi_value newValue = nullptr; variable