Searched refs:list (Results 1 - 9 of 9) sorted by relevance
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/JsDistributedMusicPlayer/entry/src/main/js/MainAbility/model/ |
H A D | RemoteDeviceModel.js | 61 var list = this.#deviceManager.getAvailableDeviceListSync() 62 logger.debug(TAG, `getTrustedDeviceListSync end, deviceList=${JSON.stringify(list)}`) 63 if (typeof (list) != 'undefined' && typeof (list.length) != 'undefined') { 64 this.deviceList = list 79 logger.debug(TAG, `ready, updated device list=${JSON.stringify(this.deviceList)}`) 81 let list = this.deviceManager.getAvailableDeviceListSync() 82 logger.debug(TAG, `getTrustedDeviceListSync end, deviceList=${JSON.stringify(list)}`) 83 if (typeof (list) !== 'undefined' && typeof (list [all...] |
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/DistributeCalc/entry/src/main/js/MainAbility/common/ |
H A D | RemoteDeviceModel.js | 53 let list = new Array() 56 list[i] = device 59 this.deviceList = list 60 logger.debug(TAG, `ready, device list = ${JSON.stringify(device)}`) 69 logger.debug(TAG, `offline, device list= ${JSON.stringify(this.deviceList)}`) 76 logger.debug(TAG, `online, device list= ${JSON.stringify(this.deviceList)}`) 86 let list = [] 89 list[j] = device 92 this.deviceList = list 94 logger.info(TAG, `offline, updated device list [all...] |
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/JsDistributedMusicPlayer/entry/src/main/js/MainAbility/pages/index/ |
H A D | index.js | 228 var list = [] 229 list[0] = DEVICE_LIST_LOCALHOST 240 list[i + 1] = { 245 this.deviceList = list
|
/applications/standard/app_samples/code/SuperFeature/Widget/FormGame/entry/src/main/cpp/ |
H A D | napi_info_util.cpp | 18 #include <list>
|
/applications/sample/camera/media/ |
H A D | camera_sample.cpp | 151 list<Surface *> surfaceList = fc.GetSurfaces();
378 list<string> camList = camKit->GetCameraIds();
in main()
|
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/ |
H A D | camera_manager.cpp | 329 list<Surface *> surfaceList = fc.GetSurfaces(); in OnFrameFinished() 612 list<string> camList = camKit->GetCameraIds(); in SampleCameraCreate()
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/panel/pages/index/ |
H A D | index.js | 260 _system4["default"].list({
|
/applications/standard/app_samples/code/Project/HapBuild/test-tool/ |
H A D | InstallAndTestSpecial_ci.py | 111 return list(set(end_bundles) - set(begin_bundles))
|
/applications/standard/hap/ |
H A D | build.sh | 71 ./build.py --product-name ohos-sdk --load-test-config=false --get-warning-list=false --stat-ccache=false --compute-overlap-rate=false --deps-guard=false --generate-ninja-trace=false --gn-args skip_generate_module_list_file=true sdk_platform=linux ndk_platform=linux use_cfi=false use_thin_lto=false enable_lto_O0=true sdk_check_flag=false enable_ndk_doxygen=false archive_ndk=false sdk_for_hap_build=true
|
Completed in 5 milliseconds