Home
last modified time | relevance | path

Searched defs:function (Results 1 – 22 of 22) sorted by relevance

/base/security/huks/frameworks/huks_standard/main/common/include/
Dhks_cfi.h26 #define ENABLE_CFI(function) __attribute__((no_sanitize("cfi"))) function argument
28 #define ENABLE_CFI(function) function argument
/base/update/updateservice/services/utils/include/
Ddupdate_net_manager.h33 NetObserverCallback function; member
/base/hiviewdfx/hisysevent/interfaces/rust/src/
Dmacros.rs26 macro_rules! function { macro
/base/update/updateservice/napi/include/
Dnapi_auto_register.h50 FuncType function = createMap_[functionType]; in GetPtr() local
/base/telephony/ril_adapter/services/vendor/include/
Dat_call.h37 void (*function)(const char *str); member
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp396 std::string function = "this is function"; variable
728 std::string function = "this is function"; variable
747 std::string function = "this is function"; variable
1174 std::string function = "this is function"; variable
1202 std::string function = "this is function"; variable
1362 std::string function = "this is function"; variable
1380 std::string function = "this is function"; variable
1398 std::string function = "this is function"; variable
1416 std::string function = "this is function"; variable
1434 std::string function = "this is function"; variable
[all …]
/base/update/updater/services/script/script_interpreter/
Dscript_interpreter.cpp99 int32_t ScriptInterpreter::AddFunction(ScriptFunction *function) in AddFunction()
120 ScriptFunction *function = FindFunction(name); in ExecuteFunction() local
/base/web/webview/ohos_glue/base/ctocpp/
Dark_web_ctocpp_macros.h45 #define ARK_WEB_CTOCPP_CHECK_FUNC_MEMBER(struct, function, result) \ argument
/base/customization/enterprise_device_management/interfaces/inner_api/bluetooth_manager/src/
Dbluetooth_manager_proxy.cpp132 const std::vector<std::string> &deviceIds, std::string function) in AddOrRemoveAllowedBluetoothDevices()
/base/security/asset/test/unittest/inner_api_rust/src/
Dcommon.rs21 macro_rules! function { macro
/base/update/updateservice/frameworks/js/napi/update/common/src/
Diupdater.cpp94 BaseSession::DoWorkFunction function) in StartSession()
/base/msdp/device_status/frameworks/native/src/
Dclient.cpp218 void Client::RegisterConnectedFunction(ConnectCallback function) in RegisterConnectedFunction()
/base/usb/usb_manager/services/native/src/
Dusb_device_manager.cpp121 std::string UsbDeviceManager::ConvertToString(uint32_t function) in ConvertToString()
/base/telephony/ril_adapter/services/vendor/src/
Dat_modem.c64 void ReqSetRadioState(const ReqDataInfo *requestInfo, int32_t function, int32_t reset) in ReqSetRadioState()
/base/customization/enterprise_device_management/interfaces/kits/bluetooth_manager/src/
Dbluetooth_manager_addon.cpp197 std::string function) in AddOrRemoveBluetoothDevices()
/base/customization/enterprise_device_management/interfaces/kits/application_manager/src/
Dapplication_manager_addon.cpp53 std::string function) in AddOrRemoveAutoStartApps()
/base/msdp/device_status/frameworks/native/interaction/test/unittest/src/
Dinteraction_drag_drawing_test.cpp123 …explicit TestStartDragListener(std::function<void(const DragNotifyMsg&)> function) : function_(fun… in TestStartDragListener()
Dinteraction_manager_test.cpp244 …explicit UnitTestStartDragListener(std::function<void(const DragNotifyMsg&)> function) : function_… in UnitTestStartDragListener()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_authenticator.cpp386 napi_value function = nullptr; in CallJsFunction() local
/base/msdp/device_status/test/unittest/intentiontest/src/
Ddrag_manager_test.cpp134 …explicit TestStartDragListener(std::function<void(const DragNotifyMsg&)> function) : function_(fun… in TestStartDragListener()
/base/theme/wallpaper_mgr/services/src/
Dwallpaper_service.cpp1281 …lpaperService::BlockRetry(int64_t interval, uint32_t maxRetryTimes, std::function<bool()> function) in BlockRetry()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp1660 void ReminderRequest::SetState(bool deSet, const uint8_t newState, std::string function) in SetState()