/foundation/ability/ability_runtime/frameworks/js/napi/dataUriUtils/ |
H A D | data_uri_utils.js | 19 console.debug('DataUriUtils getId called.'); 34 console.debug('DataUriUtils updateId called.'); 45 console.debug('DataUriUtils deleteId called.'); 60 console.debug('DataUriUtils attachId called.');
|
/foundation/ability/ability_runtime/frameworks/js/napi/abilityDataUriUtils/ |
H A D | ability_data_uri_utils.js | 42 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 D | lib.rs | 17 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 D | basic.rs | 18 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 D | hilog.rs | 17 macro_rules! debug { macros 25 hilog_rust::debug!(LOG_LABEL,"{}",@public(log));
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | hilog.rs | 16 macro_rules! debug { macros 24 hilog_rust::debug!(LOG_LABEL,"{}",@public(log));
|
/foundation/communication/ipc/interfaces/innerkits/rust/src/ |
H A D | hilog.rs | 16 macro_rules! debug { macros 24 hilog_rust::debug!(LOG_LABEL,"{}",@public(log));
|
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/ |
H A D | injector_utils.h | 43 static void SetDebugEnabled(bool debug) in SetDebugEnabled() argument 45 debugEnabled_ = debug; in SetDebugEnabled()
|
/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/ |
H A D | bundle_active_user_service.h | 38 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/ability/ability_runtime/test/fuzztest/getapplicationinfobyprocessid_fuzzer/ |
H A D | getapplicationinfobyprocessid_fuzzer.cpp | 49 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 D | main.py | 41 parser.add_argument('-d', action='store_true', default=False, help='enable debug info') 50 argument.debug = argument.d 70 if args.debug:
|
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/ |
H A D | bundle_active_group_controller.cpp | 37 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()
|
H A D | bundle_active_group_handler.cpp | 42 BundleActiveGroupHandler::BundleActiveGroupHandler(const bool debug) in BundleActiveGroupHandler() argument 44 if (debug) { in BundleActiveGroupHandler()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | console_module.cpp | 25 const char * const debug = "debug"; in Init() local 30 CreateNamedFunction(debug, LogDebug); in Init()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | create_dir_param.cpp | 38 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 D | compatible_application_info.cpp | 87 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 D | bundle_active_core_mock.cpp | 32 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 D | start_other_app_interceptor.cpp | 113 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 D | disableLogs.js | 24 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 D | create_dir_param.h | 34 bool debug = false; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_install_checker_test.cpp | 1086 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...] |
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/utils/ |
H A D | log_wrapper.py | 51 logWrapper.logger.debug(msg)
|
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | js_environment.cpp | 351 int tid, const char* libraryPath, uint32_t instanceId, bool debug, bool debugMode)
in NotifyDebugMode() 357 panda::JSNApi::DebugOption debugOption = {libraryPath, debug ? debugMode : false};
in NotifyDebugMode() 366 panda::JSNApi::NotifyDebugMode(tid, vm_, debugOption, instanceId, debuggerPostTask, debug);
in NotifyDebugMode() 350 NotifyDebugMode( int tid, const char* libraryPath, uint32_t instanceId, bool debug, bool debugMode) NotifyDebugMode() argument
|
/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/ |
H A D | amsmgrscheduler_fuzzer.cpp | 126 bool debug; in DoSomethingInterestingWithMyAPI() local 127 amsMgrScheduler->GetApplicationInfoByProcessID(pid, application, debug); in DoSomethingInterestingWithMyAPI()
|
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/ |
H A D | bundle_active_event.cpp | 146 void BundleActiveEvent::PrintEvent(const bool debug) const in PrintEvent() 148 if (!debug) { in PrintEvent()
|