Home
last modified time | relevance | path

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

/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectobjectid_fuzzer/
Dpttypesremoteobjectobjectid_fuzzer.cpp35 obj.SetObjectId(id); in PtTypesRemoteObjectObjectIdFuzzTest()
/arkcompiler/toolchain/tooling/test/testcases/
Djs_variable_second_test.h123 params.SetObjectId(localId).SetOwnProperties(true); in SendNotification()
135 params.SetObjectId(value->GetObjectId()).SetOwnProperties(true); in SendNotification()
Djs_container_test.h136 params.SetObjectId(localId).SetOwnProperties(true); in GetProperties()
148 params.SetObjectId(value->GetObjectId()).SetOwnProperties(true); in GetProperties()
Djs_variable_first_test.h123 params.SetObjectId(localId).SetOwnProperties(true); in SendNotification()
135 params.SetObjectId(value->GetObjectId()).SetOwnProperties(true); in SendNotification()
Djs_module_variable_test.h138 params.SetObjectId(localId).SetOwnProperties(true); in GetModuleProperties()
150 params.SetObjectId(value->GetObjectId()).SetOwnProperties(true); in GetModuleProperties()
Djs_local_variable_scope_test.h120 params.SetObjectId(localScopeId).SetOwnProperties(true); in SendNotification()
Djs_dropframe_test.h145 params.SetObjectId(localId).SetOwnProperties(true); in SendNotification()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp301 debuggerProperty->GetGet()->SetObjectId(curObjectId_); in GetProperties()
305 debuggerProperty->GetSet()->SetObjectId(curObjectId_); in GetProperties()
311 debuggerProperty->GetValue()->SetObjectId(curObjectId_); in GetProperties()
316 debuggerProperty->GetSymbol()->SetObjectId(curObjectId_); in GetProperties()
388 remoteObjectTypedArray->SetObjectId(curObjectId_); in AddTypedArrayRef()
403 remoteObj->SetObjectId(curObjectId_); in CacheObjectIfNeeded()
463 remoteObjElement->SetObjectId(curObjectId_); in GetAdditionalProperties()
485 remoteObj->SetObjectId(curObjectId_); in SetKeyValue()
Ddebugger_impl.cpp1174 .SetObjectId(runtime_->curObjectId_) in GetLocalScopeChain()
1218 .SetObjectId(runtime_->curObjectId_) in GetModuleScopeChain()
1337 .SetObjectId(runtime_->curObjectId_) in GetGlobalScopeChain()
/arkcompiler/toolchain/tooling/base/
Dpt_params.h511 GetPropertiesParams &SetObjectId(RemoteObjectId id) in SetObjectId() function
586 CallFunctionOnParams &SetObjectId(RemoteObjectId objectId) in SetObjectId() function
Dpt_types.h361 RemoteObject &SetObjectId(RemoteObjectId objectId) in SetObjectId() function
1086 CallArgument &SetObjectId(RemoteObjectId objectId) in SetObjectId() function
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp469 callArgument.SetObjectId(objectId); in HWTEST_F_L0()
476 callArgument1.SetObjectId(objectId1); in HWTEST_F_L0()