Home
last modified time | relevance | path

Searched refs:nRemoteLocation (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp3210 napi_value nRemoteLocation; in CreateExtensionAbilityTypeObject() local
3212 …_create_int32(env, static_cast<int32_t>(ExtensionAbilityType::REMOTE_LOCATION), &nRemoteLocation)); in CreateExtensionAbilityTypeObject()
3213 …API_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "REMOTE_LOCATION", nRemoteLocation)); in CreateExtensionAbilityTypeObject()