Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/
H A DLog.h24 #define LUME_ONCE(uniqueId, runOnce) { if (lume::CheckOnce(uniqueId)) { runOnce; } } argument
/ohos5.0/commonlibrary/ets_utils/js_util_module/stream/src/
H A Dstream_js.ts92 function runOnce(runFn: Function, callback?: (multipleTimes: boolean, error: Error) => void): Funct…
937 const fnBack = runOnce((error?: Error): void => {
964 const fb = runOnce((error?: Error): void => {
1024 const funCallback = runOnce((error?: Error): void => {
1603 const callBackFunction = runOnce((error: Error) => {