Home
last modified time | relevance | path

Searched refs:CALLBACK (Results 1 - 13 of 13) sorted by relevance

/foundation/resourceschedule/background_task_mgr/interfaces/kits/c/include/
H A Dcallback.h16 #ifndef CALLBACK
17 #define CALLBACK macro
42 #endif // CALLBACK
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/
H A Dbundle_monitor.cpp44 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 Dast_interface_type.h61 if (attr_->HasValue(ASTAttr::CALLBACK)) { in SetAttribute()
84 return attr_->HasValue(ASTAttr::CALLBACK); in IsCallback()
H A Dast_attribute.h31 static constexpr Attribute CALLBACK = 0x1U << 4; member in OHOS::Idl::ASTAttr
H A Dast_attribute.cpp40 if (value_ & ASTAttr::CALLBACK) { in ToString()
/foundation/ability/idl_tool/idl_tool_2/
H A Dbuild_hdi_files_info.py30 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 Dtoken.h59 CALLBACK, // "callback" member in OHOS::Idl::TokenType
H A Dlexer.cpp54 {"callback", TokenType::CALLBACK },
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_utils.h31 using CALLBACK = std::function<void(int)>;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_async_callback.h33 CALLBACK = 1, member in OHOS::Bluetooth::NapiAsyncCallback::Type
/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgraphic_timer.cpp55 static void CALLBACK TimerCallback(LPVOID lpArg, DWORD dwTimerLowValue, DWORD dwTimerHighValue) in TimerCallback()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp476 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 Dinstaller.cpp60 constexpr const char* CALLBACK = "callback"; member
196 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, CALLBACK, FUNCTION_TYPE); in GetBundleInstaller()

Completed in 11 milliseconds