/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
D | napi_app_event_holder.cpp | 49 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
|
D | napi_hiappevent_watch.cpp | 240 napi_value holder = nullptr; in CreateHolder() local 273 napi_value holder = CreateHolder(env, NapiUtil::GetProperty(env, watcher, NAME_PROPERTY)); in AddWatcher() local
|
D | napi_app_event_watcher.cpp | 82 void NapiAppEventWatcher::InitHolder(const napi_env env, const napi_value holder) in InitHolder()
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
D | napi_app_event_watcher.h | 29 napi_ref holder; member
|
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
D | user_auth_widget_callback_v10.cpp | 52 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/ |
D | charger_log.h | 25 inline void ReplaceHolder(std::string& str, const std::string& holder) in ReplaceHolder()
|
/base/security/device_security_level/interfaces/inner_api/src/lite/ |
D | device_security_level_proxy.c | 35 struct DslmCallbackHolder *holder = (struct DslmCallbackHolder *)owner; in DslmIpcCallback() local
|
/base/telephony/core_service/services/sim/src/ |
D | icc_dialling_numbers_cache.cpp | 337 …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
|
D | usim_dialling_numbers_service.cpp | 224 …std::unique_ptr<DiallingNumbersHandleHolder> holder = std::make_unique<DiallingNumbersHandleHolder… in CreateHandlerPointer() local
|
D | icc_file.cpp | 509 …std::unique_ptr<DiallingNumbersHandleHolder> holder = std::make_unique<DiallingNumbersHandleHolder… in CreateDiallingNumberPointer() local
|
D | icc_file_controller.cpp | 438 void IccFileController::SendResponse(std::shared_ptr<IccControllerHolder> holder, const IccFileData… in SendResponse()
|
/base/customization/config_policy/frameworks/config_policy/src/ |
D | config_policy_utils.c | 288 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/ |
D | napi_hiappevent.test.js | 56 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
|