Home
last modified time | relevance | path

Searched defs:CALLBACK (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/c/include/
H A Dcallback.h17 #define CALLBACK macro
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_attribute.h24 static constexpr Attribute CALLBACK = 0x1U << 4; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_async_callback.h33 CALLBACK = 1, enumerator
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_attribute.h31 static constexpr Attribute CALLBACK = 0x1U << 4; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/
H A Dbundle_monitor.cpp44 constexpr const char* CALLBACK = "callback"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_utils.h31 using CALLBACK = std::function<void(int)>; variable
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H A Dtoken.h49 CALLBACK, // "callback" enumerator
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dtoken.h59 CALLBACK, // "callback" enumerator
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/
H A Dbuild_hdi_files_info.py23 CALLBACK = 5 variable in TokenType
282 CALLBACK = 3 variable in IdlType
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp60 constexpr const char* CALLBACK = "callback"; variable