Home
last modified time | relevance | path

Searched refs:debug (Results 1 - 25 of 123) sorted by relevance

12345

/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/JsDistributedMusicPlayer/entry/src/main/js/MainAbility/model/
H A DKvStoreModel.js41 logger.debug(TAG, `createKVManager success, kvManager=${JSON.stringify(manager)}`)
54 logger.debug(TAG, `getKVStore success, kvStore=${store}`)
67 logger.debug(TAG, `broadcastMessage ${msg}`)
76 logger.debug(TAG, `kvStore.put ${key}=${value}`)
79 logger.debug(TAG, `kvStore.get ${key}=${JSON.stringify(data)}`)
81 logger.debug(TAG, `kvStore.put ${key} finished, data= ${JSON.stringify(data)}`)
88 logger.debug(TAG, `setOnMessageReceivedListener ${msg}`)
93 logger.debug(TAG, `dataChange ${JSON.stringify(data)} insert ${data.insertEntries.length} update ${data.updateEntries.length}`)
96 logger.debug(TAG, `insertEntries receive ${msg}=${JSON.stringify(data.insertEntries[i].value)}`)
103 logger.debug(TA
[all...]
H A DRemoteDeviceModel.js62 logger.debug(TAG, `getTrustedDeviceListSync end, deviceList=${JSON.stringify(list)}`)
74 logger.debug(TAG, `deviceStateChange data=${JSON.stringify(data)}`)
79 logger.debug(TAG, `ready, updated device list=${JSON.stringify(this.deviceList)}`)
82 logger.debug(TAG, `getTrustedDeviceListSync end, deviceList=${JSON.stringify(list)}`)
101 logger.debug(TAG, `offline, updated device list=${JSON.stringify(data.device)}`)
110 logger.debug(TAG, `discoverSuccess data=${JSON.stringify(data)} deviceList=${this.deviceList} length=${this.deviceList.length}`)
121 logger.debug(TAG, `discoverFailure data=${JSON.stringify(data)}`)
148 logger.debug(TAG, `authDevice ${deviceId}`)
157 logger.debug(TAG, `authenticateDevice ${JSON.stringify(this.discoverList[i])}`)
172 logger.debug(TA
[all...]
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/DistributeCalc/entry/src/main/js/MainAbility/common/
H A DkvstoreModel.js42 logger.debug(`createKVManager success, kvManager=${JSON.stringify(manager)}`)
54 logger.debug(TAG, `getKVStore success, kvStore=${store}`)
64 logger.debug(TAG, `kvStore.put ${key}=${value}`)
67 logger.debug(TAG, `kvStore.put ${key} finished, data=${JSON.stringify(data)}`)
103 logger.debug(TAG, `setOnMessageReceivedListener ${msg}`)
108 logger.debug(TAG, `dataChange, ${JSON.stringify(data)}`)
109 logger.debug(TAG, `dataChange, insert ${data.insertEntries.length} update ${data.updateEntries.length}`)
124 logger.debug(TAG, `Entries receive ${msg}=${value}`)
126 logger.debug(TAG, `Entries receive valueResult = ${valueResult}`)
H A DRemoteDeviceModel.js60 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)}`)
181 logger.debug(TAG, `startDeviceDiscovery ${SUBSCRIBE_ID}`)
190 logger.debug(TAG, `stopDeviceDiscovery ${SUBSCRIBE_ID}`)
207 logger.debug(TAG, `authenticateDevice ${JSON.stringify(device)}`)
/foundation/ability/ability_runtime/frameworks/js/napi/dataUriUtils/
H A Ddata_uri_utils.js19 console.debug('DataUriUtils getId called.');
34 console.debug('DataUriUtils updateId called.');
45 console.debug('DataUriUtils deleteId called.');
60 console.debug('DataUriUtils attachId called.');
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/JsDistributedMusicPlayer/entry/src/main/js/MainAbility/pages/index/
H A Dindex.js67 logger.debug(TAG, `on player status changed, isPlaying=${isPlaying} refresh ui`)
93 logger.debug(TAG, `grantPermission,requestPermissionsFromUser,result.requestCode=${result.requestCode}`)
98 logger.debug(TAG, `featureAbility.getWant=${JSON.stringify(want)}`)
104 logger.debug(TAG, `restorePlayingStatus finished, index=${index}`)
141 logger.debug(TAG, `refreshSongInfo ${index}/${this.playerModel.playlist.audioFiles.length}`)
156 logger.debug(TAG, `refreshSongInfo this.title=${this.title} this.totalMs=${this.totalMs}`
160 logger.debug(TAG, `setProgress ${e.mode}, ${e.value}`)
164 logger.debug(TAG, `setProgress ignored, totalMs=${this.totalMs}`)
170 logger.debug(TAG, `player.seek ${currentMs}`)
215 logger.debug(TA
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/abilityDataUriUtils/
H A Dability_data_uri_utils.js42 console.debug('DataUriUtils getId called.');
57 console.debug('DataUriUtils updateId called.');
68 console.debug('DataUriUtils deleteId called.');
83 console.debug('DataUriUtils attachId called.');
/foundation/multimodalinput/input/service/rust/src/
H A Dlib.rs17 use hilog_rust::{error, hilog, debug, HiLogLabel, LogType};
628 debug!(LOG_LABEL, "get_speed_gain_mouse enter vin is set to {} speed {}, device_type {}", in get_speed_gain_mouse()
652 debug!(LOG_LABEL, "slope is set to {}, gain is {}", @public(item.slopes[i]), @public(*gain)); in get_speed_gain_mouse()
657 debug!(LOG_LABEL, "slope is set to {}, gain is {}", @public(item.slopes[len - 1]), @public(*gain)); in get_speed_gain_mouse()
659 debug!(LOG_LABEL, "get_speed_gain_mouse leave"); in get_speed_gain_mouse()
665 debug!(LOG_LABEL, "get_speed_gain_touchpad enter vin is set to {}, speed {}, device_type {}", in get_speed_gain_touchpad()
689 debug!(LOG_LABEL, "gain is set to {}", @public((*gain * vin - item.diff_nums[i])/ vin)); in get_speed_gain_touchpad()
694 debug!(LOG_LABEL, "gain is set to {}", @public((*gain * vin - item.diff_nums[3])/ vin)); in get_speed_gain_touchpad()
696 debug!(LOG_LABEL, "get_speed_gain_touchpad leave"); in get_speed_gain_touchpad()
701 debug!(LOG_LABE in get_axis_gain_touchpad()
[all...]
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/examples/
H A Dbasic.rs18 use hilog_rust::{debug, hilog, info};
38 debug!(LOG_LABEL, "ReqeustStub On Remote"); in on_remote_request()
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/
H A Dhilog.rs17 macro_rules! debug { macros
25 hilog_rust::debug!(LOG_LABEL,"{}",@public(log));
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dhilog.rs16 macro_rules! debug { macros
24 hilog_rust::debug!(LOG_LABEL,"{}",@public(log));
/foundation/communication/ipc/interfaces/innerkits/rust/src/
H A Dhilog.rs16 macro_rules! debug { macros
24 hilog_rust::debug!(LOG_LABEL,"{}",@public(log));
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Dinjector_utils.h43 static void SetDebugEnabled(bool debug) in SetDebugEnabled() argument
45 debugEnabled_ = debug; in SetDebugEnabled()
/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/
H A Dbundle_active_user_service.h38 BundleActiveUserService(const int32_t userId, BundleActiveCore& listener, const bool debug):listener_(listener) in BundleActiveUserService() argument
46 if (debug) { in BundleActiveUserService()
100 void PrintInMemPackageStats(const int32_t idx, const bool debug);
101 void PrintInMemEventStats(const bool debug);
102 void PrintInMemFormStats(const bool debug, const bool printform);
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_controller.cpp37 BundleActiveGroupController::BundleActiveGroupController(const bool debug) in BundleActiveGroupController() argument
39 timeoutForDirectlyUse_ = debug ? THREE_MINUTE : ONE_HOUR; in BundleActiveGroupController()
40 timeoutForNotifySeen_ = debug ? ONE_MINUTE : TWELVE_HOUR; in BundleActiveGroupController()
41 timeoutForSystemInteraction_ = debug ? ONE_MINUTE : TEN_MINUTE; in BundleActiveGroupController()
42 screenTimeLevel_ = {0, 0, debug ? TWO_MINUTE : ONE_HOUR, debug ? FOUR_MINUTE : TWO_HOUR}; in BundleActiveGroupController()
43 bootTimeLevel_ = {0, debug ? TWO_MINUTE : TWELVE_HOUR, debug ? FOUR_MINUTE : TWENTY_FOUR_HOUR, in BundleActiveGroupController()
44 debug ? SIXTEEN_MINUTE : FOURTY_EIGHT_HOUR}; in BundleActiveGroupController()
/foundation/ability/ability_runtime/test/fuzztest/getapplicationinfobyprocessid_fuzzer/
H A Dgetapplicationinfobyprocessid_fuzzer.cpp49 bool debug; in DoSomethingInterestingWithMyAPI() local
51 if (appMgrClient->GetApplicationInfoByProcessID(pid, application, debug) != 0) { in DoSomethingInterestingWithMyAPI()
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/
H A Dmain.py41 parser.add_argument('-d', action='store_true', default=False, help='enable debug info')
50 argument.debug = argument.d
70 if args.debug:
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dconsole_module.cpp25 const char * const debug = "debug"; in Init() local
30 CreateNamedFunction(debug, LogDebug); in Init()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dcreate_dir_param.cpp38 debug = parcel.ReadBool(); in ReadFromParcel()
56 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, debug); in Marshalling()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dcompatible_application_info.cpp87 debug = parcel.ReadBool(); in ReadFromParcel()
130 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, debug); in Marshalling()
152 applicationInfo.enabled = debug; in ConvertToApplicationInfo()
/foundation/resourceschedule/device_usage_statistics/test/unittest/mock/
H A Dbundle_active_core_mock.cpp32 const int64_t timeStamp, const bool debug) in GetUserDataAndInitializeIfNeeded()
31 GetUserDataAndInitializeIfNeeded(const int32_t userId, const int64_t timeStamp, const bool debug) GetUserDataAndInitializeIfNeeded() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dstart_other_app_interceptor.cpp113 bool debug; in GetApplicationInfo() local
115 appScheduler->GetApplicationInfoByProcessID(callerPid, applicationInfo, debug) == ERR_OK) { in GetApplicationInfo()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/
H A DdisableLogs.js24 Comments out console.[log, info, debug] calls.
28 Disable all console.[log, info, debug] from a file.
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dcreate_dir_param.h34 bool debug = false; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp1086 applicationInfo.debug = false; in HWTEST_F()
1088 applicationInfo.debug = true; in HWTEST_F()
1191 applicationInfo.debug = false; in HWTEST_F()
1193 applicationInfo.debug = true; in HWTEST_F()
1268 * 3. old is release, new is debug
1275 applicationInfo.debug = false; in HWTEST_F()
1277 applicationInfo.debug = true; in HWTEST_F()
1297 * 3. Both old and new is debug
1304 applicationInfo.debug = true; in HWTEST_F()
1306 applicationInfo.debug in HWTEST_F()
[all...]

Completed in 11 milliseconds

12345