Home
last modified time | relevance | path

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

/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectobjectid_fuzzer/
Dpttypesremoteobjectobjectid_fuzzer.cpp35 obj.SetObjectId(id); in PtTypesRemoteObjectObjectIdFuzzTest()
/arkcompiler/toolchain/tooling/client/domain/
Druntime_client.h45 void SetObjectId(const std::string &objectId) in SetObjectId() function
/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_variable_first_test.h124 params.SetObjectId(localId).SetOwnProperties(true); in SendNotification()
136 params.SetObjectId(value->GetObjectId()).SetOwnProperties(true); in SendNotification()
Djs_dropframe_test.h150 params.SetObjectId(localId).SetOwnProperties(true); in SendNotification()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp270 debuggerProperty->GetGet()->SetObjectId(curObjectId_); in GetProperties()
274 debuggerProperty->GetSet()->SetObjectId(curObjectId_); in GetProperties()
280 debuggerProperty->GetValue()->SetObjectId(curObjectId_); in GetProperties()
285 debuggerProperty->GetSymbol()->SetObjectId(curObjectId_); in GetProperties()
356 remoteObjectTypedArray->SetObjectId(curObjectId_); in AddTypedArrayRef()
371 remoteObj->SetObjectId(curObjectId_); in CacheObjectIfNeeded()
431 remoteObjElement->SetObjectId(curObjectId_); in GetAdditionalProperties()
453 remoteObj->SetObjectId(curObjectId_); in SetKeyValue()
Ddebugger_impl.cpp1469 .SetObjectId(runtime_->curObjectId_) in GetLocalScopeChain()
1576 .SetObjectId(runtime_->curObjectId_) in GetClosureScopeChains()
1604 .SetObjectId(runtime_->curObjectId_) in GetModuleScopeChain()
1677 .SetObjectId(runtime_->curObjectId_) in GetGlobalScopeChain()
/arkcompiler/toolchain/tooling/client/utils/
Dcli_command.cpp331 runtimeClient.SetObjectId("0"); in RuntimeCommand()
506 runtimeClient.SetObjectId(std::to_string(objectId)); in PrintCommand()
510 runtimeClient.SetObjectId("0"); in PrintCommand()
/arkcompiler/toolchain/tooling/base/
Dpt_params.h610 GetPropertiesParams &SetObjectId(RemoteObjectId id) in SetObjectId() function
690 CallFunctionOnParams &SetObjectId(RemoteObjectId objectId) in SetObjectId() function
Dpt_types.h364 RemoteObject &SetObjectId(RemoteObjectId objectId) in SetObjectId() function
1090 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()