Searched refs:Param (Results 1 - 6 of 6) sorted by relevance
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/ |
H A D | napi_hisysevent_adapter.h | 36 using Param = std::variant<bool, double, int64_t, uint64_t, std::string, 44 std::unordered_map<std::string, Param> params; 70 const std::unordered_map<std::string, Param>& params) in AppendParams() 72 const std::vector<std::function<void(const std::string&, const Param&)>> allParamsHandlers = { in AppendParams() 73 [&] (const std::string& key, const Param& param) { in AppendParams() 76 [&] (const std::string& key, const Param& param) { in AppendParams() 79 [&] (const std::string& key, const Param& param) { in AppendParams() 82 [&] (const std::string& key, const Param& param) { in AppendParams() 85 [&] (const std::string& key, const Param& param) { in AppendParams() 88 [&] (const std::string& key, const Param in AppendParams() [all...] |
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/ |
H A D | print_callback.h | 45 struct Param { struct
|
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_callback.cpp | 45 Param *param = new (std::nothrow) Param; in ~PrintCallback() 59 Param *param_ = reinterpret_cast<Param*>(work->data); in ~PrintCallback()
|
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/ |
H A D | scan_callback.cpp | 44 Param *param = new (std::nothrow) Param; in ~ScanCallback() 335 Param *param = reinterpret_cast<Param*>(work->data); in UvQueueWork()
|
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/ |
H A D | scan_callback.h | 52 struct Param { struct
|
/base/telephony/sms_mms/test/unittest/ |
H A D | sms_mms_test.cpp | 41 using TestParam = struct Param {
|
Completed in 4 milliseconds