Home
last modified time | relevance | path

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

12345

/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.');
/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/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/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()
H A Dbundle_active_group_handler.cpp42 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 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...]
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/utils/
H A Dlog_wrapper.py51 logWrapper.logger.debug(msg)
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp351 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 Damsmgrscheduler_fuzzer.cpp126 bool debug; in DoSomethingInterestingWithMyAPI() local
127 amsMgrScheduler->GetApplicationInfoByProcessID(pid, application, debug); in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_event.cpp146 void BundleActiveEvent::PrintEvent(const bool debug) const in PrintEvent()
148 if (!debug) { in PrintEvent()

Completed in 12 milliseconds

12345