Home
last modified time | relevance | path

Searched refs:UnwrapJsonByPropertyName (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/
H A Djs_continuation_manager.h79 bool UnwrapJsonByPropertyName(const napi_env &env, const napi_value& param,
H A Djs_continuation_manager.cpp828 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