Searched refs:UnwrapJsonByPropertyName (Results 1 - 2 of 2) sorted by relevance
/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/ |
H A D | js_continuation_manager.h | 79 bool UnwrapJsonByPropertyName(const napi_env &env, const napi_value& param,
|
H A D | js_continuation_manager.cpp | 828 if (!UnwrapJsonByPropertyName(env, options, "filter", filter)) { in UnWrapContinuationExtraParams() 839 if (UnwrapJsonByPropertyName(env, options, "authInfo", authInfo)) { in UnWrapContinuationExtraParams() 847 bool JsContinuationManager::UnwrapJsonByPropertyName(const napi_env &env, const napi_value& param, in UnwrapJsonByPropertyName() function in OHOS::DistributedSchedule::JsContinuationManager
|
Completed in 3 milliseconds