Home
last modified time | relevance | path

Searched refs:nBundleName (Results 1 - 4 of 4) sorted by relevance

/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp68 napi_value nBundleName = nullptr; in GetNotificationSubscriberInfo() local
70 napi_get_element(env, nBundleNames, i, &nBundleName); in GetNotificationSubscriberInfo()
71 NAPI_CALL(env, napi_typeof(env, nBundleName, &valuetype)); in GetNotificationSubscriberInfo()
76 NAPI_CALL(env, napi_get_value_string_utf8(env, nBundleName, str, STR_MAX_SIZE - 1, &strLen)); in GetNotificationSubscriberInfo()
/base/security/access_token/frameworks/js/napi/privacy/src/
H A Dpermission_record_manager_napi.cpp350 napi_value nBundleName; in ConvertBundleUsedRecord() local
352 bundleRecord.bundleName.c_str(), NAPI_AUTO_LENGTH, &nBundleName)); in ConvertBundleUsedRecord()
353 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "bundleName", nBundleName)); in ConvertBundleUsedRecord()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp318 napi_value nBundleName = nullptr; in GetNotificationSubscriberInfo() local
320 napi_get_element(env, nBundleNames, i, &nBundleName); in GetNotificationSubscriberInfo()
321 NAPI_CALL(env, napi_typeof(env, nBundleName, &valuetype)); in GetNotificationSubscriberInfo()
326 NAPI_CALL(env, napi_get_value_string_utf8(env, nBundleName, str, STR_MAX_SIZE - 1, &strLen)); in GetNotificationSubscriberInfo()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp467 napi_value nBundleName = nullptr; in GetOAuthListForResult() local
468 napi_create_string_utf8(env, item.c_str(), NAPI_AUTO_LENGTH, &nBundleName); in GetOAuthListForResult()
469 napi_set_element(env, result, index, nBundleName); in GetOAuthListForResult()

Completed in 9 milliseconds