Searched refs:CALLBACK (Results 1 - 13 of 13) sorted by relevance
/foundation/resourceschedule/background_task_mgr/interfaces/kits/c/include/ |
H A D | callback.h | 16 #ifndef CALLBACK 17 #define CALLBACK macro 42 #endif // CALLBACK
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/ |
H A D | bundle_monitor.cpp | 44 constexpr const char* CALLBACK = "callback"; member 62 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, CALLBACK, TYPE_FUNCTION); in Register() 125 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, CALLBACK, TYPE_FUNCTION); in Unregister()
|
/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast_interface_type.h | 61 if (attr_->HasValue(ASTAttr::CALLBACK)) { in SetAttribute() 84 return attr_->HasValue(ASTAttr::CALLBACK); in IsCallback()
|
H A D | ast_attribute.h | 31 static constexpr Attribute CALLBACK = 0x1U << 4;
member in OHOS::Idl::ASTAttr
|
H A D | ast_attribute.cpp | 40 if (value_ & ASTAttr::CALLBACK) {
in ToString()
|
/foundation/ability/idl_tool/idl_tool_2/ |
H A D | build_hdi_files_info.py | 30 CALLBACK = 5 variable in TokenType 71 "callback": TokenType.CALLBACK, 289 CALLBACK = 3 variable in IdlType 342 elif cur_token_type == TokenType.CALLBACK: 343 cur_idl_detail.idl_type = IdlType.CALLBACK 454 if cur_idl_detail.idl_type != IdlType.CALLBACK: 761 elif idl_detail.idl_type == IdlType.CALLBACK: 794 elif idl_detail.idl_type == IdlType.CALLBACK: 836 elif idl_detail.idl_type == IdlType.CALLBACK: 887 elif idl_detail.idl_type == IdlType.CALLBACK [all...] |
/foundation/ability/idl_tool/idl_tool_2/lexer/ |
H A D | token.h | 59 CALLBACK, // "callback"
member in OHOS::Idl::TokenType
|
H A D | lexer.cpp | 54 {"callback", TokenType::CALLBACK },
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/ |
H A D | zip_utils.h | 31 using CALLBACK = std::function<void(int)>;
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_async_callback.h | 33 CALLBACK = 1, member in OHOS::Bluetooth::NapiAsyncCallback::Type
|
/foundation/graphic/graphic_utils_lite/frameworks/ |
H A D | graphic_timer.cpp | 55 static void CALLBACK TimerCallback(LPVOID lpArg, DWORD dwTimerLowValue, DWORD dwTimerHighValue) in TimerCallback()
|
/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | parser.cpp | 476 case TokenType::CALLBACK:
in ParseAttrUnit() 582 case TokenType::CALLBACK:
in ParseInfAttrInfo() 583 infAttr->SetValue(ASTAttr::CALLBACK);
in ParseInfAttrInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.cpp | 60 constexpr const char* CALLBACK = "callback"; member 196 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, CALLBACK, FUNCTION_TYPE); in GetBundleInstaller()
|
Completed in 11 milliseconds