Home
last modified time | relevance | path

Searched refs:exe (Results 1 - 13 of 13) sorted by relevance

/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dexecutor_pool.h151 [this](std::shared_ptr<Executor> exe) { in Execute()
152 pool_.Idle(exe); in Execute()
155 [this](std::shared_ptr<Executor> exe, bool force) -> bool { in Execute()
156 return pool_.Release(exe, force); in Execute()
177 [this](std::shared_ptr<Executor> exe) { in Schedule()
183 pool_.Idle(exe); in Schedule()
186 [this](std::shared_ptr<Executor> exe, bool force) -> bool { in Schedule()
187 return pool_.Release(exe, force); in Schedule()
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dexecutor_pool.h155 [this](std::shared_ptr<Executor> exe) { in Execute()
156 pool_.Idle(exe); in Execute()
159 [this](std::shared_ptr<Executor> exe, bool force) -> bool { in Execute()
160 return pool_.Release(exe, force); in Execute()
181 [this](std::shared_ptr<Executor> exe) { in Schedule()
187 pool_.Idle(exe); in Schedule()
190 [this](std::shared_ptr<Executor> exe, bool force) -> bool { in Schedule()
191 return pool_.Release(exe, force); in Schedule()
/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H A Dgradlew.bat37 @rem Find java.exe
40 set JAVA_EXE=java.exe
54 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
95 rem the _cmd.exe /c_ return code!
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/
H A Dhvigorw.bat20 set NODE_EXE=node.exe
25 @rem Find node.exe
/foundation/ability/idl_tool/idl_tool_2/
H A DMakefile17 export TARGET:=$(TARGET_DIR)\idl-gen.exe
/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/
H A Dcodec_demo.cpp34 void ShowUsage(char *exe) in ShowUsage() argument
36 SHARING_LOGD("usage:\n%{public}s -t <type> -i <in file> -o <out file>", exe); in ShowUsage()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/
H A Dhvigorw.bat33 set NODE_EXE=node.exe
38 @rem Find node.exe
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/
H A Dhvigorw.bat38 set NODE_EXE=node.exe
46 @rem Find node.exe
/foundation/communication/bluetooth_service/test/example/bluetoothtest/
H A Dhvigorw.bat34 set NODE_EXE=node.exe
39 @rem Find node.exe
/foundation/CastEngine/castengine_wifi_display/tests/demo/player/
H A Dplayer_demo.cpp44 void ShowUsage(char *exe) in ShowUsage() argument
46 SHARING_LOGD("usage:\n%{public}s -i <in file> [-p <local port>]", exe); in ShowUsage()
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H A Drtp_dec_demo.cpp40 void ShowUsage(char *exe) in ShowUsage() argument
42 printf("Usage:\n%s -t <type> -p <listening port> -o <file to save data>\n", exe); in ShowUsage()
H A Drtp_enc_demo.cpp44 void ShowUsage(char *exe) in ShowUsage() argument
46 printf("Usage:%s -t <type> -f <file> -o <destination host ip> -p <destination host port>", exe); in ShowUsage()
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/
H A Dmain.js145 let nodePath = `${param.devEcoPath}\\tools\\node\\node.exe`;

Completed in 5 milliseconds