Home
last modified time | relevance | path

Searched defs:holder (Results 1 – 13 of 13) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_app_event_holder.cpp49 auto holder = new(std::nothrow) NapiAppEventHolder(NapiUtil::GetString(env, params[0])); in NapiConstructor() local
53 NapiAppEventHolder* holder = (NapiAppEventHolder*)data; in NapiConstructor() local
89 NapiAppEventHolder* holder = nullptr; in NapiSetSize() local
102 NapiAppEventHolder* holder = nullptr; in NapiTakeNext() local
Dnapi_hiappevent_watch.cpp240 napi_value holder = nullptr; in CreateHolder() local
273 napi_value holder = CreateHolder(env, NapiUtil::GetProperty(env, watcher, NAME_PROPERTY)); in AddWatcher() local
Dnapi_app_event_watcher.cpp82 void NapiAppEventWatcher::InitHolder(const napi_env env, const napi_value holder) in InitHolder()
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_app_event_watcher.h29 napi_ref holder; member
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
Duser_auth_widget_callback_v10.cpp52 CallbackHolder *holder = reinterpret_cast<CallbackHolder *>(work->data); in OnWork() local
142 CallbackHolder *holder = new (std::nothrow) CallbackHolder(); in SendCommand() local
/base/powermgr/battery_manager/charger/include/
Dcharger_log.h25 inline void ReplaceHolder(std::string& str, const std::string& holder) in ReplaceHolder()
/base/security/device_security_level/interfaces/inner_api/src/lite/
Ddevice_security_level_proxy.c35 struct DslmCallbackHolder *holder = (struct DslmCallbackHolder *)owner; in DslmIpcCallback() local
/base/telephony/core_service/services/sim/src/
Dicc_dialling_numbers_cache.cpp337 …std::unique_ptr<DiallingNumbersHandleHolder> holder = std::make_unique<DiallingNumbersHandleHolder… in BuildCallerInfo() local
356 std::unique_ptr<UsimFetcher> holder = std::make_unique<UsimFetcher>(); in CreateUsimPointer() local
Dusim_dialling_numbers_service.cpp224 …std::unique_ptr<DiallingNumbersHandleHolder> holder = std::make_unique<DiallingNumbersHandleHolder… in CreateHandlerPointer() local
Dicc_file.cpp509 …std::unique_ptr<DiallingNumbersHandleHolder> holder = std::make_unique<DiallingNumbersHandleHolder… in CreateDiallingNumberPointer() local
Dicc_file_controller.cpp438 void IccFileController::SendResponse(std::shared_ptr<IccControllerHolder> holder, const IccFileData… in SendResponse()
/base/customization/config_policy/frameworks/config_policy/src/
Dconfig_policy_utils.c288 static bool EnsureHolderSpace(StringHolder *holder, size_t leastSize) in EnsureHolderSpace()
314 static bool AppendStr(StringHolder *holder, const char *s) in AppendStr()
/base/hiviewdfx/hiappevent/test/unittest/common/napi/
Dnapi_hiappevent.test.js56 function simpleTrigger(curRow, curSize, holder) { argument
1334 onTrigger: function (curRow, curSize, holder) { argument
1376 onTrigger: function (curRow, curSize, holder) { argument
1419 onTrigger: function (curRow, curSize, holder) { argument
1500 function holderSetSizeTest(holder, size, expectErr) { argument